Efficiently\AuthorityController\Parameters::all PHP Method

all() public method

Get all of the parameters for the request.
public all ( ) : array
return array
    public function all()
    {
        return $this->params;
    }