Locker\Request::all PHP Метод

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

Gets the stored/cached params.
public all ( ) : AssocArray
Результат AssocArray Stored/cached params.
    public function all()
    {
        return $this->getParams();
    }