PHP Class PHPCfg\Op\Iterator\Next

Inheritance: extends PHPCfg\Op\Expr
Datei anzeigen Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$var

Protected Properties

Property Type Description
$writeVariables

Public Methods

Method Description
__construct ( Operand $var, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $var, array $attributes = [] )
$var PHPCfg\Operand
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$var public_oe property

public $var

$writeVariables protected_oe property

protected $writeVariables