Key::_key_exists PHP Method

_key_exists() private method

private _key_exists ( $key )
    private function _key_exists($key)
    {
        return $this->db->where(config_item('rest_key_column'), $key)->count_all_results(config_item('rest_keys_table')) > 0;
    }