Efficiently\AuthorityController\Parameters::all PHP 메소드

all() 공개 메소드

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