Doctrine_Record::preUnserialize PHP Метод

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

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