Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PhpCsFixer
Tokenizer
CT
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