PHP Interface Networking\InitCmsBundle\Model\PageListenerInterface

Author: Yorkie Chadwick ([email protected])
显示文件 Open project: networking/init-cms-bundle

Public Methods

Method Description
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args ) : mixed
postPersist ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args ) : mixed

Method Details

onFlush() public method

public onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args ) : mixed
$args Doctrine\ORM\Event\OnFlushEventArgs
return mixed

postPersist() public method

public postPersist ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args ) : mixed
$args Doctrine\Common\Persistence\Event\LifecycleEventArgs
return mixed