PHP Class PHPCfg\Op\Iterator\Value

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

Public Properties

Property Type Description
$byRef
$var

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$byRef public_oe property

public $byRef

$var public_oe property

public $var