PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 521 bytes
 

Contents

Class file image Download
<documentation title="Class Declarations"> <standard> <![CDATA[ The opening brace of a class must be on the line after the definition by itself. ]]> </standard> <code_comparison> <code title="Valid: Opening brace on the correct line."> <![CDATA[ class Foo <em>{</em> } ]]> </code> <code title="Invalid: Opening brace on same line as declaration."> <![CDATA[ class Foo <em>{</em> } ]]> </code> </code_comparison> </documentation>