mirror of
https://github.com/predis/predis.git
synced 2026-08-24 12:39:27 +00:00
Move @property-read tags for parameters and options to interfaces.
This actually makes sense since whatever the actual implementation is, classes implementing these interfaces should provide at least those properties that are actively used through the library.
This commit is contained in:
@@ -14,6 +14,14 @@ namespace Predis\Configuration;
|
||||
/**
|
||||
* Defines an options container class.
|
||||
*
|
||||
* @property-read mixed aggregate Custom connection aggregator.
|
||||
* @property-read mixed cluster Aggregate connection for clustering.
|
||||
* @property-read mixed connections Connection factory.
|
||||
* @property-read mixed exceptions Toggles exceptions in client for -ERR responses.
|
||||
* @property-read mixed prefix Key prefixing strategy using the given prefix.
|
||||
* @property-read mixed profile Server profile.
|
||||
* @property-read mixed replication Aggregate connection for replication.
|
||||
*
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
interface OptionsInterface
|
||||
|
||||
Reference in New Issue
Block a user