PHP Interface Pinq\Analysis\IObjectType

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\IType
Show file Open project: timetoogo/pinq

Public Methods

Method Description
getClassType ( ) : string Gets the qualified class name.
getReflection ( ) : ReflectionClass Gets the reflection of the class type.

Method Details

getClassType() public method

Gets the qualified class name.
public getClassType ( ) : string
return string

getReflection() public method

Gets the reflection of the class type.
public getReflection ( ) : ReflectionClass
return ReflectionClass