API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_Yadis_SessionLoader::check | ( | $ | data | ) |
Override this.
private
Réimplémentée dans Auth_OpenID_ServiceEndpointLoader, et Auth_Yadis_ManagerLoader.
Référencé par fromSession().
Auth_Yadis_SessionLoader::fromSession | ( | $ | data | ) |
Given a session data value (an array), this creates an object (returned by $this->newObject()) whose attributes and values are those in $data. Returns null if $data lacks keys found in $this->requiredKeys(). Returns null if $this->check($data) evaluates to false. Returns null if $this->newObject() evaluates to false.
private
Références $data, $k, check(), newObject(), et prepareForLoad().
Auth_Yadis_SessionLoader::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 dans Auth_OpenID_ServiceEndpointLoader, et Auth_Yadis_ManagerLoader.
Référencé par fromSession().
Auth_Yadis_SessionLoader::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 dans Auth_Yadis_ManagerLoader.
Référencé par fromSession().
Auth_Yadis_SessionLoader::prepareForSave | ( | $ | obj | ) |
Override this.
private
Réimplémentée dans Auth_Yadis_ManagerLoader.
Référencé par toSession().
Auth_Yadis_SessionLoader::toSession | ( | $ | obj | ) |
Returns an array of keys and values built from the attributes of $obj. If $this->prepareForSave($obj) returns an array, its keys and values are used to update the $data array of attributes from $obj.
private
Références $data, $k, et prepareForSave().