PHP Interface Pinq\Analysis\IObjectType

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

Méthodes publiques

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

Method Details

getClassType() public méthode

Gets the qualified class name.
public getClassType ( ) : string
Résultat string

getReflection() public méthode

Gets the reflection of the class type.
public getReflection ( ) : ReflectionClass
Résultat ReflectionClass