PHP Class PhpCsFixer\Tokenizer\CT

Author: Dariusz Rumiński ([email protected])
Afficher le fichier Open project: friendsofphp/php-cs-fixer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
__construct ( )
getMapById ( )

Method Details

getName() public static méthode

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

has() public static méthode

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