コード例 #1
0
ファイル: ServiceReflection.php プロジェクト: grlf/eyedock
 /**
  * @param integer $options
  */
 protected function reflectService($options = 0)
 {
     $this->_serviceClassReflection = ClassServiceReflection::createReflection(new ReflectionClass($this->getClass()));
 }
コード例 #2
0
ファイル: TServiceDispatcher.php プロジェクト: grlf/eyedock
 /**
  * @return ClassServiceReflection
  */
 public function getInterfaceReflection()
 {
     return ClassServiceReflection::createReflection(new ReflectionClass($this->getInterface()));
 }