Doctrine_Record::postInsert PHP Méthode

postInsert() public méthode

Empty template method to provide concrete Record classes with the possibility to hook into the saving procedure only when the record is going to be inserted into the data store the first time.
public postInsert ( $event )
    public function postInsert($event)
    {
    }