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

getApplication() 공개 메소드

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