Auth_Yadis_SessionLoader::newObject PHP Метод

newObject() публичный Метод

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.
public newObject ( $data )
    function newObject($data)
    {
        return null;
    }