FluxBB\Web\Router::getDispatcher PHP Method

getDispatcher() protected method

protected getDispatcher ( )
    protected function getDispatcher()
    {
        if (!isset($this->dispatcher)) {
            $this->dispatcher = new Dispatcher\GroupCountBased($this->dataGenerator->getData());
        }
        return $this->dispatcher;
    }