PHP Class MetaModels\DcGeneral\Events\MetaModel\DuplicateModel

Inheritance: extends MetaModels\DcGeneral\Events\BaseSubscriber
Afficher le fichier Open project: metamodels/core

Méthodes publiques

Méthode Description
handle ( ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent $event ) : void Handle the paste into and after event.

Méthodes protégées

Méthode Description
registerEventsInDispatcher ( ) : void Register all listeners.

Method Details

handle() public méthode

Handle the paste into and after event.
public handle ( ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Event\PreDuplicateModelEvent The event.
Résultat void

registerEventsInDispatcher() protected méthode

Register all listeners.
protected registerEventsInDispatcher ( ) : void
Résultat void