phprs\util\KVCatchInterface::get PHP Method

get() public method

get key
public get ( string $key, boolean &$succeeded ) : mixed
$key string
$succeeded boolean
return mixed
    public function get($key, &$succeeded);
KVCatchInterface