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();
    }