Segment_QueueConsumer::group PHP Метод

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

Tags traits about the group.
public group ( array $message ) : boolean
$message array
Результат boolean whether the group call succeeded
    public function group(array $message)
    {
        return $this->enqueue($message);
    }