PHP 클래스 Trismegiste\Mondrian\Parser\PhpFileBuilder

상속: extends PHPParser_BuilderAbstract
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$fileNamespace
$filename
$theClass
$useList

공개 메소드들

메소드 설명
__construct ( $absPath )
addUse ( string $str ) : PhpFileBuilder Add an "use fqcn"
declaring ( mixed $stmt ) : PhpFileBuilder Declares a class or an interface
getNode ( )
ns ( string $str ) : PhpFileBuilder Namespace

메소드 상세

__construct() 공개 메소드

public __construct ( $absPath )

addUse() 공개 메소드

Add an "use fqcn"
public addUse ( string $str ) : PhpFileBuilder
$str string
리턴 PhpFileBuilder this instance

declaring() 공개 메소드

Declares a class or an interface
public declaring ( mixed $stmt ) : PhpFileBuilder
$stmt mixed a Node_Stmt or a Node_Builder
리턴 PhpFileBuilder this instance

getNode() 공개 메소드

public getNode ( )

ns() 공개 메소드

Namespace
public ns ( string $str ) : PhpFileBuilder
$str string
리턴 PhpFileBuilder this instance

프로퍼티 상세

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

protected $fileNamespace

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

protected $filename

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

protected $theClass

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

protected $useList