Exemplo n.º 1
0
 /**
  * @param integer $options
  */
 protected function reflectService($options = 0)
 {
     $this->_serviceClassReflection = ClassServiceReflection::createReflection(new ReflectionClass($this->getClass()));
 }
Exemplo n.º 2
0
 /**
  * @return ClassServiceReflection
  */
 public function getInterfaceReflection()
 {
     return ClassServiceReflection::createReflection(new ReflectionClass($this->getInterface()));
 }