Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: sulu/sulu
보호된 프로퍼티들
프로퍼티
타입
설명
$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