PHP 클래스 PhpParser\Node\Stmt\ClassConst

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

공개 프로퍼티들

프로퍼티 타입 설명
$consts Constant declarations
$flags Modifiers

공개 메소드들

메소드 설명
__construct ( array $consts, integer $flags, array $attributes = [] ) Constructs a class const list node.
getSubNodeNames ( )
isPrivate ( )
isProtected ( )
isPublic ( )
isStatic ( )

메소드 상세

__construct() 공개 메소드

Constructs a class const list node.
public __construct ( array $consts, integer $flags, array $attributes = [] )
$consts array Constant declarations
$flags integer Modifiers
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( )

isPrivate() 공개 메소드

public isPrivate ( )

isProtected() 공개 메소드

public isProtected ( )

isPublic() 공개 메소드

public isPublic ( )

isStatic() 공개 메소드

public isStatic ( )

프로퍼티 상세

$consts 공개적으로 프로퍼티

Constant declarations
public $consts

$flags 공개적으로 프로퍼티

Modifiers
public $flags