Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
9222c101
Commit
9222c101
authored
Feb 24, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added getParams method
parent
5cbd76cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
library/Solarium/Client/Request.php
library/Solarium/Client/Request.php
+10
-0
No files found.
library/Solarium/Client/Request.php
View file @
9222c101
...
...
@@ -108,6 +108,16 @@ abstract class Solarium_Client_Request
return
null
;
}
/**
* TODO
*
* @return array
*/
public
function
getParams
()
{
return
$this
->
_params
;
}
/**
* Build a URL for this request
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment