Mmoreram\RSQueueBundle\Command\PSubscriberCommand::addPattern PHP Метод

addPattern() защищенный Метод

Checks if channel assigned method exists and is callable
protected addPattern ( String $pattern, String $patternMethod ) : SubscriberCommand
$pattern String Pattern
$patternMethod String Pattern method
Результат SubscriberCommand self Object
    protected function addPattern($pattern, $patternMethod)
    {
        return $this->addMethod($pattern, $patternMethod);
    }
PSubscriberCommand