Horde_Prefs_Test_Sql_Base::_readValue PHP Method

_readValue() protected method

protected _readValue ( $value )
    protected function _readValue($value)
    {
        $columns = self::$db->columns('horde_prefs');
        return $columns['pref_value']->binaryToString($value);
    }