API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_Yadis_ManagerLoader::check | ( | $ | data | ) |
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
Réimplémentée à partir de Auth_Yadis_SessionLoader.
Références $data.
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
Réimplémentée à partir de Auth_Yadis_SessionLoader.
Références $data.
Auth_Yadis_ManagerLoader::prepareForSave | ( | $ | obj | ) |
Auth_Yadis_ManagerLoader::requiredKeys | ( | ) |