Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (int $id, string $text, int $line=-1, int $position=-1) | |
getTokenName () | |
is ($kind) | |
isIgnorable () | |
__toString () | |
Fonctions membres publiques statiques | |
static | tokenize (string $code, int $flags=0) |
Champs de données | |
$id | |
$text | |
$line | |
$pos | |
__construct | ( | int | $id, |
string | $text, | ||
int | $line = -1 , |
||
int | $position = -1 |
||
) |
Références PhpToken\$id, PhpToken\$line, $position, PhpToken\$text, et text.
__toString | ( | ) |
Références PhpToken\$text.
getTokenName | ( | ) |
Références $name, PhpToken\$text, null, et text.
isIgnorable | ( | ) |
|
static |
Références PhpToken\$id, PhpToken\$line, $position, et PhpToken\$text.
$id |
Référencé par PhpToken\__construct(), et PhpToken\tokenize().
$line |
Référencé par PhpToken\__construct(), et PhpToken\tokenize().
$pos |
$text |
Référencé par PhpToken\__construct(), PhpToken\__toString(), PhpToken\getTokenName(), et PhpToken\tokenize().