Auth_Yadis_ManagerLoader Class Reference

Inheritance diagram for Auth_Yadis_ManagerLoader:

Inheritance graph
[legend]
Collaboration diagram for Auth_Yadis_ManagerLoader:

Collaboration graph
[legend]

List of all members.


Detailed Description

A concrete loader implementation for Auth_Yadis_Managers.

Definition at line 223 of file Manager.php.


Public Member Functions

 requiredKeys ()
 newObject ($data)
 check ($data)
 prepareForLoad ($data)
 prepareForSave ($obj)

Member Function Documentation

Auth_Yadis_ManagerLoader.requiredKeys (  ) 

Definition at line 224 of file Manager.php.

Auth_Yadis_ManagerLoader.newObject ( data  ) 

Returns a new instance of this loader's class, using the session data to construct it if necessary. The object need only be created; $this->fromSession() will take care of setting the object's attributes.

private

Reimplemented from Auth_Yadis_SessionLoader.

Definition at line 234 of file Manager.php.

Auth_Yadis_ManagerLoader.check ( data  ) 

Override this.

private

Reimplemented from Auth_Yadis_SessionLoader.

Definition at line 242 of file Manager.php.

Auth_Yadis_ManagerLoader.prepareForLoad ( data  ) 

Prepares the data array by making any necessary changes. Returns an array whose keys and values will be used to update the original data array before calling $this->newObject($data).

private

Reimplemented from Auth_Yadis_SessionLoader.

Definition at line 247 of file Manager.php.

Auth_Yadis_ManagerLoader.prepareForSave ( obj  ) 

Override this.

private

Reimplemented from Auth_Yadis_SessionLoader.

Definition at line 257 of file Manager.php.


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

Generated on Thu Feb 19 15:03:40 2009 for OXID eShop CE by  doxygen 1.5.5