Пример #1
0
 /**
  * Return the constructor associated with the method.
  *
  * @return \Box\TestScribe\MethodInfo\Method|null
  */
 public function getConstructor()
 {
     $methodHelperObj = new MethodHelper();
     $constructorMethodObj = $methodHelperObj->createConstructor($this->inClass);
     return $constructorMethodObj;
 }