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
cb05f3fd
Commit
cb05f3fd
authored
Apr 22, 2013
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for issue #164
parent
dfeb8586
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
library/Solarium/QueryType/Select/Query/Query.php
library/Solarium/QueryType/Select/Query/Query.php
+6
-6
No files found.
library/Solarium/QueryType/Select/Query/Query.php
View file @
cb05f3fd
...
@@ -43,7 +43,7 @@ use Solarium\QueryType\Select\RequestBuilder\RequestBuilder;
...
@@ -43,7 +43,7 @@ use Solarium\QueryType\Select\RequestBuilder\RequestBuilder;
use
Solarium\QueryType\Select\ResponseParser\ResponseParser
;
use
Solarium\QueryType\Select\ResponseParser\ResponseParser
;
use
Solarium\Exception\InvalidArgumentException
;
use
Solarium\Exception\InvalidArgumentException
;
use
Solarium\Exception\OutOfBoundsException
;
use
Solarium\Exception\OutOfBoundsException
;
use
Solarium\QueryType\Select\Query\Component\Component
;
use
Solarium\QueryType\Select\Query\Component\Component
as
AbstractComponent
;
/**
/**
* Select Query
* Select Query
...
@@ -787,7 +787,7 @@ class Query extends BaseQuery
...
@@ -787,7 +787,7 @@ class Query extends BaseQuery
/**
/**
* Get all registered components
* Get all registered components
*
*
* @return Component[]
* @return
Abstract
Component[]
*/
*/
public
function
getComponents
()
public
function
getComponents
()
{
{
...
@@ -835,7 +835,7 @@ class Query extends BaseQuery
...
@@ -835,7 +835,7 @@ class Query extends BaseQuery
* This overwrites any existing component registered with the same key.
* This overwrites any existing component registered with the same key.
*
*
* @param string $key
* @param string $key
* @param Component $component
* @param
Abstract
Component $component
* @return self Provides fluent interface
* @return self Provides fluent interface
*/
*/
public
function
setComponent
(
$key
,
$component
)
public
function
setComponent
(
$key
,
$component
)
...
@@ -851,7 +851,7 @@ class Query extends BaseQuery
...
@@ -851,7 +851,7 @@ class Query extends BaseQuery
*
*
* You can remove a component by passing its key or the component instance.
* You can remove a component by passing its key or the component instance.
*
*
* @param string|
Component\Component
$component
* @param string|
AbstractComponent
$component
* @return self Provides fluent interface
* @return self Provides fluent interface
*/
*/
public
function
removeComponent
(
$component
)
public
function
removeComponent
(
$component
)
...
...
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