Ergo\Http\QueryString::__isset PHP Method

__isset() public method

Magic method, determines whether the property exists
public __isset ( $prop )
    function __isset($prop)
    {
        return isset($this->_params[$prop]);
    }