PHP 클래스 PhpParser\Builder\Declaration

상속: extends PhpParser\BuilderAbstract
파일 보기 프로젝트 열기: nikic/php-parser

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes

공개 메소드들

메소드 설명
addStmt ( $stmt )
addStmts ( array $stmts ) Adds multiple statements.
setDocComment ( PhpParser\Comment\Doc | string $docComment ) Sets doc comment for the declaration.

메소드 상세

addStmt() 추상적인 공개 메소드

abstract public addStmt ( $stmt )

addStmts() 공개 메소드

Adds multiple statements.
public addStmts ( array $stmts )
$stmts array The statements to add

setDocComment() 공개 메소드

Sets doc comment for the declaration.
public setDocComment ( PhpParser\Comment\Doc | string $docComment )
$docComment PhpParser\Comment\Doc | string Doc comment to set

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes