Inheritance: extends Symfony\Component\EventDispatcher\Event, implements EventInterface
Example #1
0
 public function beforeSpecification(SpecificationEvent $event)
 {
     $this->io->writeln(sprintf("\n----  %s\n", str_replace('\\', DIRECTORY_SEPARATOR, $event->getSpecification()->getTitle())), 2 * $event->getSpecification()->getDepth());
 }