wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
Storable Class Reference
+ Inheritance diagram for Storable:

Public Member Functions

 getClassDefinitionFiles ()
 
 loadFromSession ()
 
 saveToSession ()
 

Detailed Description

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.

Id:
class.Storable.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 27 of file class.Storable.php.

Member Function Documentation

Storable::getClassDefinitionFiles ( )

Get the class definition files.

Returns
An array holding the filenames

Definition at line 33 of file class.Storable.php.

References WCMFException\throwEx().

+ Here is the call graph for this function:

Storable::loadFromSession ( )

Called when the object is retrieved from the session.

Note
Subclasses will override this to implement their special requirements. The default implementation does nothing.

Definition at line 42 of file class.Storable.php.

Storable::saveToSession ( )

Called when the object is stored in the session.

Note
Subclasses will override this to implement their special requirements. The default implementation does nothing.

Definition at line 48 of file class.Storable.php.


The documentation for this class was generated from the following file: