Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPCfg
Visitor
VariableFinder
PHP 클래스 PHPCfg\Visitor\VariableFinder
상속:
implements
PHPCfg\Visitor
파일 보기
프로젝트 열기: ircmaxell/php-cfg
보호된 프로퍼티들
프로퍼티
타입
설명
$variables
공개 메소드들
메소드
설명
__construct
( )
enterBlock
(
Block
$block
,
Block
$prior
= null )
enterOp
(
Op
$op
,
Block
$block
)
getVariables
( )
메소드 상세
__construct()
공개
메소드
public
__construct
( )
enterBlock()
공개
메소드
public
enterBlock
(
Block
$block
,
Block
$prior
= null )
$block
PHPCfg\Block
$prior
PHPCfg\Block
enterOp()
공개
메소드
public
enterOp
(
Op
$op
,
Block
$block
)
$op
PHPCfg\Op
$block
PHPCfg\Block
getVariables()
공개
메소드
public
getVariables
( )
프로퍼티 상세
$variables
보호되어 있는 프로퍼티
protected
$variables