PHP Class PHPCfg\Visitor\VariableFinder

Inheritance: implements PHPCfg\Visitor
Afficher le fichier Open project: ircmaxell/php-cfg

Protected Properties

Свойство Type Description
$variables

Méthodes publiques

Méthode Description
__construct ( )
enterBlock ( Block $block, Block $prior = null )
enterOp ( Op $op, Block $block )
getVariables ( )

Method Details

__construct() public méthode

public __construct ( )

enterBlock() public méthode

public enterBlock ( Block $block, Block $prior = null )
$block PHPCfg\Block
$prior PHPCfg\Block

enterOp() public méthode

public enterOp ( Op $op, Block $block )
$op PHPCfg\Op
$block PHPCfg\Block

getVariables() public méthode

public getVariables ( )

Property Details

$variables protected_oe property

protected $variables