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

10 lines
356 B
PHP
Raw Normal View History

2006-10-01 17:58:19 +04:00
<ul>
<li \>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:
<br \><br \>
2006-11-11 22:35:33 +03:00
Doctrine_Db_EventListener_Interface <br \>
2006-10-01 17:58:19 +04:00
<br \>
Doctrine_EventListener_Interface <br \>
</ul>