Predis\Command\FactoryInterface::supportsCommand PHP Метод

supportsCommand() публичный Метод

Checks if the command factory supports the specified command.
public supportsCommand ( string $commandID ) : boolean
$commandID string Command ID.
Результат boolean
    public function supportsCommand($commandID);