Doctrine_Record::preUnserialize PHP Méthode

preUnserialize() public méthode

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