function cmfcClassesCore::restoreFromMemento in Calendar Systems 5
memento design pattern will load the object previous state @todo - should become complete
File
- calendar/
lib/ classesCore.class.inc.php, line 343
Class
- cmfcClassesCore
- all cmf classes inherit from this class
Code
function restoreFromMemento($object) {
//commented duo to incopatiblility with php5
//$this=$object;
}