getConstructor() public method

Get the constructor method for this class.
public getConstructor ( ) : BetterReflection\Reflection\ReflectionMethod
return BetterReflection\Reflection\ReflectionMethod
Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getConstructor()
 {
     return new ReflectionMethod($this->betterReflectionClass->getConstructor());
 }