PHP 클래스 PHPCfg\Op\Stmt\Switch_

상속: extends PHPCfg\Op\Stmt
파일 보기 프로젝트 열기: ircmaxell/php-cfg

공개 프로퍼티들

프로퍼티 타입 설명
$cases
$default
$target
$targets

공개 메소드들

메소드 설명
__construct ( Operand $cond, array $cases, array $targets, Block $default, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

메소드 상세

__construct() 공개 메소드

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 getSubBlocks ( )

getVariableNames() 공개 메소드

public getVariableNames ( )

프로퍼티 상세

$cases 공개적으로 프로퍼티

public $cases

$default 공개적으로 프로퍼티

public $default

$target 공개적으로 프로퍼티

public $target

$targets 공개적으로 프로퍼티

public $targets