backupTime = $this->format( 'r' ); return array( 'backupTime' ); } /** * Restores the backeuped time. * * @return void */ public function __wakeup() { $this->__construct( $this->backupTime ); } } ?>