PHP Class Lemon\RestBundle\Event\ProcessorSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: stanlemon/rest-bundle

Protected Properties

Свойство Type Description
$processor Lemon\RestBundle\Object\Processor

Méthodes publiques

Méthode Description
__construct ( Processor $processor )
getSubscribedEvents ( )
preCreate ( ObjectEvent $event )
preUpdate ( ObjectEvent $event )

Method Details

__construct() public méthode

public __construct ( Processor $processor )
$processor Lemon\RestBundle\Object\Processor

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

preCreate() public méthode

public preCreate ( ObjectEvent $event )
$event ObjectEvent

preUpdate() public méthode

public preUpdate ( ObjectEvent $event )
$event ObjectEvent

Property Details

$processor protected_oe property

protected Processor,Lemon\RestBundle\Object $processor
Résultat Lemon\RestBundle\Object\Processor