PHP Class PHPCfg\Op\Expr\Assertion

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

Public Properties

Property Type Description
$assertion
$read

Public Methods

Method Description
__construct ( Operand $read, Operand $write, Assertion $assertion, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $read, Operand $write, Assertion $assertion, array $attributes = [] )
$read PHPCfg\Operand
$write PHPCfg\Operand
$assertion PHPCfg\Assertion
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$assertion public property

public $assertion

$read public property

public $read