Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Sulu
Bundle
GeneratorBundle
Manipulator
Manipulator
PHP Класс Sulu\Bundle\GeneratorBundle\Manipulator\Manipulator
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство
Тип
Описание
$line
$tokens
Защищенные методы
Метод
Описание
next
( )
Gets the next token.
peek
(
$nb
= 1 )
Peeks the next token.
setCode
(
array
$tokens
,
integer
$line
)
Sets the code to manipulate.
value
(
$token
)
Gets the value of a token.
Описание методов
next()
защищенный
Метод
Gets the next token.
protected
next
( )
peek()
защищенный
Метод
Peeks the next token.
protected
peek
(
$nb
= 1 )
setCode()
защищенный
Метод
Sets the code to manipulate.
protected
setCode
(
array
$tokens
,
integer
$line
)
$tokens
array
An array of PHP tokens
$line
integer
The start line of the code
value()
защищенный
Метод
Gets the value of a token.
protected
value
(
$token
)
Описание свойств
$line
защищенное свойство
protected
$line
$tokens
защищенное свойство
protected
$tokens