Predis\Profile\ProfileInterface::supportsCommands PHP Method

supportsCommands() public method

Checks if the profile supports the specified list of commands.
public supportsCommands ( array $commandIDs ) : string
$commandIDs array List of command IDs.
return string
    public function supportsCommands(array $commandIDs);