PHP Class Networking\InitCmsBundle\Entity\PageListener

Author: Yorkie Chadwick ([email protected])
Inheritance: extends Networking\InitCmsBundle\Model\PageListener
显示文件 Open project: networking/init-cms-bundle Class Usage Examples

Public Methods

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

Method Details

onFlush() public method

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

postPersist() public method

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