A session helper class designed to translate between arrays and
objects. Note that the class used must have a constructor that takes no parameters. This is not a general solution, but it works for dumb objects that just need to have attributes set. The idea is that you'll subclass this and override $this->check($data) -> bool to implement your own session data validation.
Located in /Services/Yadis/Manager.php (line 199)
Services_Yadis_SessionLoader | --Services_Yadis_ManagerLoader
Inherited From Services_Yadis_SessionLoader
Services_Yadis_SessionLoader::check()
Services_Yadis_SessionLoader::fromSession()
Services_Yadis_SessionLoader::newObject()
Services_Yadis_SessionLoader::prepareForLoad()
Services_Yadis_SessionLoader::prepareForSave()
Services_Yadis_SessionLoader::toSession()
Documentation generated on Mon, 10 Sep 2007 13:29:29 -0700 by phpDocumentor 1.3.2