PHP 클래스 Pinq\Parsing\MagicConstants

저자: Elliot Levin ([email protected])
상속: implements Pinq\Parsing\IMagicConstants
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
__construct ( $directory, $file, $namespace, $class, $trait, $function, $functionInClosure, $method, $methodInClosure )
getClass ( )
getDirectory ( )
getFile ( )
getFunction ( $isWithinClosure )
getMethod ( $isWithinClosure )
getNamespace ( )
getTrait ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $directory, $file, $namespace, $class, $trait, $function, $functionInClosure, $method, $methodInClosure )

getClass() 공개 메소드

public getClass ( )

getDirectory() 공개 메소드

public getDirectory ( )

getFile() 공개 메소드

public getFile ( )

getFunction() 공개 메소드

public getFunction ( $isWithinClosure )

getMethod() 공개 메소드

public getMethod ( $isWithinClosure )

getNamespace() 공개 메소드

public getNamespace ( )

getTrait() 공개 메소드

public getTrait ( )