コード例 #1
0
 /**
  * @return string[]
  */
 protected function getCallable()
 {
     return [$this->classType->getName(), $this->methodName];
 }
コード例 #2
0
 /**
  * @return bool
  */
 private function hasConstructor()
 {
     return method_exists($this->ClassType->getName(), '__construct');
 }