Beispiel #1
0
 /**
  * 
  * @param TestableService $service
  * 
  * @\Nucleus\IService\EventDispatcher\Listen("Service.servicefortest.postInitialized")
  */
 public function listenLifeCycle(TestableService $service, IEvent $event)
 {
     if ($event->getName() == 'Service.servicefortest.postInitialized' && $this === $service) {
         $this->postInitialized = true;
     }
 }