Path

ez components / documentation / api reference / 2007.2beta1 / webdav


eZ Components 2007.2beta1

Webdav: ezcWebdavDateTime

[ Tutorial ] [ Plugin architecture ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWebdavDateTime

This class extends the PHP internal ezcWebdavDateTime class to make it serializable. [source]
This class is only needed for testing purposes and should be dropped ASAP, if its parents issue is fixed.

Parents

DateTime
   |
   --ezcWebdavDateTime

Method Summary

public array(string) __sleep( )
Backup the currently stored time.
public void __wakeup( )
Restores the backeuped time.

Methods

__sleep

array(string) __sleep( )
Backup the currently stored time.
This methods backs up the time currently stored in the object as an RCF 2822 formatted string and returns the name of the stored property in an array to indicate that it should be serialized.

__wakeup

void __wakeup( )
Restores the backeuped time.

Last updated: Wed, 28 Nov 2007