Networking\InitCmsBundle\Model\ModelChangedListener::postPersist PHP Метод

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

public postPersist ( Doctrine\Common\EventArgs $args )
$args Doctrine\Common\EventArgs
    public function postPersist(EventArgs $args)
    {
        $this->getLoggingInfo($args, 'persisted');
    }