AppserverIo\Appserver\ServletEngine\DependencyInjection\DeploymentDescriptorParser::getApplication PHP 메소드

getApplication() 공개 메소드

Returns the application context instance the servlet context is bound to.
public getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface
리턴 AppserverIo\Psr\Application\ApplicationInterface The application context instance
    public function getApplication()
    {
        return $this->getServletContext()->getApplication();
    }