Efficiently\AuthorityController\Parameters::all PHP Метод

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

Get all of the parameters for the request.
public all ( ) : array
Результат array
    public function all()
    {
        return $this->params;
    }