Commit 9222c101 authored by Bas de Nooijer's avatar Bas de Nooijer

- added getParams method

parent 5cbd76cc
...@@ -108,6 +108,16 @@ abstract class Solarium_Client_Request ...@@ -108,6 +108,16 @@ abstract class Solarium_Client_Request
return null; return null;
} }
/**
* TODO
*
* @return array
*/
public function getParams()
{
return $this->_params;
}
/** /**
* Build a URL for this request * Build a URL for this request
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment