Networking\InitCmsBundle\EventListener\CacheCleaner::postPersist PHP Метод

postPersist() публичный Метод

public postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs
    public function postPersist(LifecycleEventArgs $args)
    {
        $entity = $args->getEntity();
        if ($entity instanceof MenuItem) {
            $this->cleanCache();
        }
    }