PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/InterfaceNameSuffixStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/InterfaceNameSuffixStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/InterfaceNameSuffixStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 532 bytes
 

Contents

Class file image Download
<documentation title="Interface name suffix"> <standard> <![CDATA[ Interface names must be suffixed with "Interface", e.g. BarInterface. ]]> </standard> <code_comparison> <code title="Valid: Interface name ends on 'Interface'."> <![CDATA[ interface <em>BarInterface</em> { } ]]> </code> <code title="Invalid: Interface name does not end on 'Interface'."> <![CDATA[ interface <em>Bar</em> { } ]]> </code> </code_comparison> </documentation>