Horde_HashTable_Base::_get PHP Method

_get() abstract protected method

Get data associated with keys.
abstract protected _get ( array $keys ) : array
$keys array An array of keys.
return array The retrieved keys. Non-existent keys should return false as the value.
    protected abstract function _get($keys);