PHP Class PHPCfg\Op\Stmt\Switch_

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

Public Properties

Property Type Description
$cases
$default
$target
$targets

Public Methods

Method Description
__construct ( Operand $cond, array $cases, array $targets, Block $default, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $cond, array $cases, array $targets, Block $default, array $attributes = [] )
$cond PHPCfg\Operand
$cases array
$targets array
$default PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$cases public_oe property

public $cases

$default public_oe property

public $default

$target public_oe property

public $target

$targets public_oe property

public $targets