PHP Class Kohana_Sniffs_NamingConventions_UpperCaseConstantNameSniff, coding-standards

Ensures that constant names are all uppercase.
Author: Greg Sherwood ([email protected])
Author: Marc McIntyre ([email protected])
Inheritance: extends Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
Mostrar archivo Open project: kohana/coding-standards

Public Methods

Method Description
register ( ) : array Returns an array of tokens this test wants to listen for.

Method Details

register() public method

Returns an array of tokens this test wants to listen for.
public register ( ) : array
return array