Snc\RedisBundle\Client\Predis\Connection\ConnectionWrapper::commandToString PHP Метод

commandToString() приватный Метод

private commandToString ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface
    private function commandToString(CommandInterface $command)
    {
        return array_reduce($command->getArguments(), array($this, 'toStringArgumentReducer'), $command->getId());
    }