1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/manual/docs/Coding standards - Naming Conventions - Interfaces.php

16 lines
310 B
PHP
Raw Normal View History

2007-04-14 01:49:11 +04:00
* Interface classes must follow the same conventions as other classes (see above), however must end with the word "Interface"
(unless the interface is approved not to contain it such as Doctrine_Overloadable). Some examples:
Doctrine_Db_EventListener_Interface
Doctrine_EventListener_Interface