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
|
|
|
|
|
|
|
|
|
2007-04-13 00:52:30 +04:00
|
|
|
|