PHP Class PhpCsFixer\Tokenizer\CT

Author: Dariusz RumiƄski ([email protected])
Show file Open project: friendsofphp/php-cs-fixer Class Usage Examples

Public Methods

Method Description
getName ( integer $value ) : string Get name for custom token.
has ( integer $value ) : boolean Check if given custom token exists.

Private Methods

Method Description
__construct ( )
getMapById ( )

Method Details

getName() public static method

Get name for custom token.
public static getName ( integer $value ) : string
$value integer custom token value
return string

has() public static method

Check if given custom token exists.
public static has ( integer $value ) : boolean
$value integer custom token value
return boolean