Networking\InitCmsBundle\Model\ModelChangedListener::postUpdate PHP Method

postUpdate() public method

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