Exemplo n.º 1
0
 /**
  * @return null
  */
 public function init()
 {
     parent::init();
     $this->annotReader = new SimpleAnnotationReader();
     $this->annotReader->addNamespace(__NAMESPACE__ . '\\Annotation\\Action');
     $this->annotReader->addNamespace(__NAMESPACE__ . '\\Annotation\\Common');
 }