메소드 |
설명 |
|
__construct ( ) |
|
|
__toString ( ) : string |
Returns the version of server profile as its string representation. |
|
createCommand ( $commandID, array $arguments = [] ) |
|
|
defineCommand ( string $commandID, string $class ) |
Defines a new command in the server profile. |
|
getCommandClass ( string $commandID ) : string | null |
Returns the fully-qualified name of a class representing the specified
command ID registered in the current server profile. |
|
getProcessor ( ) |
|
|
setProcessor ( Predis\Command\Processor\ProcessorInterface $processor = null ) |
|
|
supportsCommand ( $commandID ) |
|
|
supportsCommands ( array $commandIDs ) |
|
|