phprs\Request::offsetExists PHP Метод

offsetExists() публичный Метод

(non-PHPdoc)
См. также: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return count($this->data->get($offset)) !== 0;
    }