PHP Class PHPCfg\Op\Expr\ConstFetch

Inheritance: extends PHPCfg\Op\Expr
Show file 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 property

public $name

$nsName public property

public $nsName