wCMF
3.6
|
Public Member Functions | |
getClassDefinitionFiles () | |
loadFromSession () | |
saveToSession () | |
This class defines the interface for classes that can be stored in the session.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 27 of file class.Storable.php.
Storable::getClassDefinitionFiles | ( | ) |
Get the class definition files.
Definition at line 33 of file class.Storable.php.
References WCMFException\throwEx().
Storable::loadFromSession | ( | ) |
Called when the object is retrieved from the session.
Definition at line 42 of file class.Storable.php.
Storable::saveToSession | ( | ) |
Called when the object is stored in the session.
Definition at line 48 of file class.Storable.php.