PHP 인터페이스 Pinq\Parsing\IMagicScopes

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq 0 사용 예제들

공개 메소드들

메소드 설명
getParentClass ( ) : string | null Gets the fully qualified class of parent:: scope.
getParentClassConstant ( ) : string | null Gets the value of parent::class constant.
getSelfClass ( ) : string | null Gets the fully qualified class of self:: scope.
getSelfClassConstant ( ) : string | null Gets the value of self::class constant.
getStaticClass ( ) : string | null Gets the fully qualified class of static:: scope.
getStaticClassConstant ( ) : string | null Gets the value of static::class constant.

메소드 상세

getParentClass() 공개 메소드

Null if not applicable.
public getParentClass ( ) : string | null
리턴 string | null

getParentClassConstant() 공개 메소드

Null if not applicable.
public getParentClassConstant ( ) : string | null
리턴 string | null

getSelfClass() 공개 메소드

Null if not applicable.
public getSelfClass ( ) : string | null
리턴 string | null

getSelfClassConstant() 공개 메소드

Null if not applicable.
public getSelfClassConstant ( ) : string | null
리턴 string | null

getStaticClass() 공개 메소드

Null if not applicable.
public getStaticClass ( ) : string | null
리턴 string | null

getStaticClassConstant() 공개 메소드

Null if not applicable.
public getStaticClassConstant ( ) : string | null
리턴 string | null