PHP Class PHPCfg\Op\Stmt\JumpIf

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

Public Properties

Property Type Description
$cond
$else
$if

Public Methods

Method Description
__construct ( Operand $cond, Block $if, Block $else, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $cond, Block $if, Block $else, array $attributes = [] )
$cond PHPCfg\Operand
$if PHPCfg\Block
$else PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$cond public_oe property

public $cond

$else public_oe property

public $else

$if public_oe property

public $if