Auth_Yadis_SessionLoader::prepareForLoad PHP Метод

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

Returns an array whose keys and values will be used to update the original data array before calling $this->newObject($data).
public prepareForLoad ( $data )
    function prepareForLoad($data)
    {
        return array();
    }