PHP Interface Pinq\Analysis\IConstructor

new stdClass();
Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ITypeOperation
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
getReflection ( ) : ReflectionMethod | null Gets the reflection of the constructor.
hasMethod ( ) : boolean Whether the type has a __construct method.

Method Details

getReflection() public method

Null if there is no __construct method.
public getReflection ( ) : ReflectionMethod | null
return ReflectionMethod | null

hasMethod() public method

Whether the type has a __construct method.
public hasMethod ( ) : boolean
return boolean