PHP Class PHPCfg\Op\Expr\InstanceOf_

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

Public Properties

Property Type Description
$class
$expr

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$class public_oe property

public $class

$expr public_oe property

public $expr