PHP 클래스 PhpParser\Node\Stmt\TryCatch

상속: extends PhpParser\Node\Stmt
파일 보기 프로젝트 열기: nikic/php-parser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$catches Catches
$finally Optional finally node
$stmts Statements

공개 메소드들

메소드 설명
__construct ( array $stmts, array $catches, Finally_ $finally = null, array $attributes = [] ) Constructs a try catch node.
getSubNodeNames ( )

메소드 상세

__construct() 공개 메소드

Constructs a try catch node.
public __construct ( array $stmts, array $catches, Finally_ $finally = null, array $attributes = [] )
$stmts array Statements
$catches array Catches
$finally Finally_ Optionaly finally node
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( )

프로퍼티 상세

$catches 공개적으로 프로퍼티

Catches
public $catches

$finally 공개적으로 프로퍼티

Optional finally node
public $finally

$stmts 공개적으로 프로퍼티

Statements
public $stmts