Mmoreram\RSQueueBundle\Command\PSubscriberCommand::addPattern PHP Method

addPattern() protected method

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