PHP Class PHPCfg\Op\Expr\StaticPropertyFetch

Inheritance: extends PHPCfg\Op\Expr
Show file Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$class
$name

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$class public property

public $class

$name public property

public $name