PHP Class PHPCfg\Op\Stmt\Switch_

Inheritance: extends PHPCfg\Op\Stmt
Afficher le fichier Open project: ircmaxell/php-cfg

Méthodes publiques

Свойство Type Description
$cases
$default
$target
$targets

Méthodes publiques

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

Method Details

__construct() public méthode

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 méthode

public getSubBlocks ( )

getVariableNames() public méthode

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