Efficiently\AuthorityController\Parameters::all PHP Méthode

all() public méthode

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