PHP Class PHPCfg\Op\Expr\ConstFetch

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

Public Properties

Property Type Description
$name
$nsName

Public Methods

Method Description
__construct ( Operand $name, Operand $nsName = null, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $name, Operand $nsName = null, array $attributes = [] )
$name PHPCfg\Operand
$nsName PHPCfg\Operand
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$name public_oe property

public $name

$nsName public_oe property

public $nsName