getConstructor() public method

public getConstructor ( )
コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getConstructor()
 {
     return new ReflectionMethod($this->betterReflectionObject->getConstructor());
 }