FluxBB\Web\ControllerFactory::makeServer PHP 메소드

makeServer() 보호된 메소드

Instantiate the FluxBB server.
protected makeServer ( ) : FluxBB\Server\ServerInterface
리턴 FluxBB\Server\ServerInterface
    protected function makeServer()
    {
        return $this->container->make('FluxBB\\Server\\ServerInterface');
    }