PHP 클래스 PHPCfg\Op\Stmt\ClassLike

상속: extends PHPCfg\Op\Stmt
파일 보기 프로젝트 열기: ircmaxell/php-cfg 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$name
$stmts

공개 메소드들

메소드 설명
__construct ( $name, Block $stmts, array $attributes = [] )
getSubBlocks ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, Block $stmts, array $attributes = [] )
$stmts PHPCfg\Block
$attributes array

getSubBlocks() 공개 메소드

public getSubBlocks ( )

프로퍼티 상세

$name 공개적으로 프로퍼티

public $name

$stmts 공개적으로 프로퍼티

public $stmts