PHP Interface Pinq\Parsing\IMagicScopes

Author: Elliot Levin ([email protected])
显示文件 Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
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.

Method Details

getParentClass() public method

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

getParentClassConstant() public method

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

getSelfClass() public method

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

getSelfClassConstant() public method

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

getStaticClass() public method

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

getStaticClassConstant() public method

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