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
PHPCfg
Visitor
VariableFinder
PHP Class PHPCfg\Visitor\VariableFinder
Inheritance:
implements
PHPCfg\Visitor
Show file
Open project: ircmaxell/php-cfg
Protected Properties
Property
Type
Description
$variables
Public Methods
Method
Description
__construct
( )
enterBlock
(
Block
$block
,
Block
$prior
= null )
enterOp
(
Op
$op
,
Block
$block
)
getVariables
( )
Method Details
__construct()
public
method
public
__construct
( )
enterBlock()
public
method
public
enterBlock
(
Block
$block
,
Block
$prior
= null )
$block
PHPCfg\Block
$prior
PHPCfg\Block
enterOp()
public
method
public
enterOp
(
Op
$op
,
Block
$block
)
$op
PHPCfg\Op
$block
PHPCfg\Block
getVariables()
public
method
public
getVariables
( )
Property Details
$variables
protected property
protected
$variables