PHP Class PHPCfg\Op\Phi

Inheritance: extends PHPCfg\Op
Show file Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$result
$vars

Protected Properties

Property Type Description
$writeVariables

Public Methods

Method Description
__construct ( Operand $result, array $attributes = [] )
addOperand ( Operand $op )
getSubBlocks ( )
getVariableNames ( )
hasOperand ( Operand $op )
removeOperand ( Operand $op )

Method Details

__construct() public method

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

addOperand() public method

public addOperand ( Operand $op )
$op PHPCfg\Operand

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

hasOperand() public method

public hasOperand ( Operand $op )
$op PHPCfg\Operand

removeOperand() public method

public removeOperand ( Operand $op )
$op PHPCfg\Operand

Property Details

$result public property

public $result

$vars public property

public $vars

$writeVariables protected property

protected $writeVariables