<documentation title="Interface name suffix"> <standard> <![CDATA[ Interface names must be suffixed with "Interface", e.g. BarInterface. ]]> </standard> <code_comparison> <code title="Valid: "> <![CDATA[ interface <em>BarInterface</em> { } ]]> </code> <code title="Invalid: "> <![CDATA[ interface <em>Bar</em> { } ]]> </code> </code_comparison> </documentation>
info at phpclasses dot org