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
01b49851
Commit
01b49851
authored
Dec 19, 2015
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark classes as deprecated
parent
c3de7b45
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
5 deletions
+15
-5
library/Solarium/Core/Plugin/Plugin.php
library/Solarium/Core/Plugin/Plugin.php
+3
-1
library/Solarium/Core/Query/Query.php
library/Solarium/Core/Query/Query.php
+3
-1
library/Solarium/Core/Query/RequestBuilder.php
library/Solarium/Core/Query/RequestBuilder.php
+3
-1
library/Solarium/Core/Query/ResponseParser.php
library/Solarium/Core/Query/ResponseParser.php
+3
-1
library/Solarium/QueryType/Analysis/Query/Query.php
library/Solarium/QueryType/Analysis/Query/Query.php
+3
-1
No files found.
library/Solarium/Core/Plugin/Plugin.php
View file @
01b49851
...
@@ -37,7 +37,9 @@
...
@@ -37,7 +37,9 @@
namespace
Solarium\Core\Plugin
;
namespace
Solarium\Core\Plugin
;
/**
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractPlugin
*
* @deprecated
*/
*/
abstract
class
Plugin
extends
AbstractPlugin
abstract
class
Plugin
extends
AbstractPlugin
{
{
...
...
library/Solarium/Core/Query/Query.php
View file @
01b49851
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
namespace
Solarium\Core\Query
;
namespace
Solarium\Core\Query
;
/**
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractQuery
*
* @deprecated
*/
*/
abstract
class
Query
extends
AbstractQuery
abstract
class
Query
extends
AbstractQuery
{
{
...
...
library/Solarium/Core/Query/RequestBuilder.php
View file @
01b49851
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
namespace
Solarium\Core\Query
;
namespace
Solarium\Core\Query
;
/**
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractRequestBuilder
*
* @deprecated
*/
*/
abstract
class
RequestBuilder
extends
AbstractRequestBuilder
abstract
class
RequestBuilder
extends
AbstractRequestBuilder
{
{
...
...
library/Solarium/Core/Query/ResponseParser.php
View file @
01b49851
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
namespace
Solarium\Core\Query
;
namespace
Solarium\Core\Query
;
/**
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractResponseParser
*
* @deprecated
*/
*/
abstract
class
ResponseParser
extends
AbstractResponseParser
abstract
class
ResponseParser
extends
AbstractResponseParser
{
{
...
...
library/Solarium/QueryType/Analysis/Query/Query.php
View file @
01b49851
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
namespace
Solarium\QueryType\Analysis\Query
;
namespace
Solarium\QueryType\Analysis\Query
;
/**
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractQuery
*
* @deprecated
*/
*/
abstract
class
Query
extends
AbstractQuery
abstract
class
Query
extends
AbstractQuery
{
{
...
...
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