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

getCurrentTicketCount() 공개 메소드

Wrapper to get the current ticket count for the Queue.
public getCurrentTicketCount ( $queue_id ) : mixed
$queue_id
리턴 mixed
    public function getCurrentTicketCount($queue_id)
    {
        $queue = $this->readModel($queue_id);
        return $queue->getCurrentTicketCount();
    }