OEModule\PatientTicketing\services\PatientTicketing_QueueService::getRootQueue PHP 메소드

getRootQueue() 공개 메소드

public getRootQueue ( $queue_id )
    public function getRootQueue($queue_id)
    {
        $queue = $this->readModel($queue_id);
        return $queue->getRootQueue();
    }