PHP Class PHPCfg\Op\Terminal\StaticVar

Inheritance: extends PHPCfg\Op\Terminal
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$defaultBlock
$defaultVar
$var

Public Methods

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

Method Details

__construct() public method

public __construct ( Operand $var, Block $defaultBlock = null, Operand $defaultVar = null, array $attributes = [] )
$var PHPCfg\Operand
$defaultBlock PHPCfg\Block
$defaultVar PHPCfg\Operand
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$defaultBlock public_oe property

public $defaultBlock

$defaultVar public_oe property

public $defaultVar

$var public_oe property

public $var