Tobscure\JsonApi\Parameters::getPage PHP Method

getPage() protected method

Get the page.
protected getPage ( string $key ) : string
$key string
return string
    protected function getPage($key)
    {
        $page = $this->getInput('page');
        return isset($page[$key]) ? $page[$key] : '';
    }