1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Coding standards - Naming Conventions - Interfaces.php
2007-04-13 21:49:11 +00:00

16 lines
310 B
PHP

* 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