Doctrine_Record::postSave PHP Méthode

postSave() public méthode

Empty template method to provide concrete Record classes with the possibility to hook into the saving procedure.
public postSave ( $event )
    public function postSave($event)
    {
    }