Пример #1
0
 /**
  *
  */
 private function dispatchAnnotations()
 {
     $bean = new Bean(get_class($this));
     $bean->setObject($this);
     $annotationDispatcher = new AnnotationsDispatcher($bean, get_class($this), $this->sphring->getSphringEventDispatcher());
     $annotationDispatcher->dispatchAnnotations();
 }