PHP Class PHPCfg\Op\Terminal\Const_

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

Public Properties

Property Type Description
$name PHPCfg\Operand\Literal
$value
$valueBlock

Public Methods

Method Description
__construct ( $name, Operand $value, Block $valueBlock, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( $name, Operand $value, Block $valueBlock, array $attributes = [] )
$value PHPCfg\Operand
$valueBlock PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$name public_oe property

public Literal,PHPCfg\Operand $name
return PHPCfg\Operand\Literal

$value public_oe property

public $value

$valueBlock public_oe property

public $valueBlock