AppserverIo\Appserver\Core\AbstractContainerThread::getDeployment PHP 메소드

getDeployment() 공개 메소드

Returns the deployment interface for the container for this container thread.
public getDeployment ( ) : AppserverIo\Psr\Deployment\DeploymentInterface
리턴 AppserverIo\Psr\Deployment\DeploymentInterface The deployment instance for this container thread
    public function getDeployment()
    {
        return $this->newInstance($this->getContainerNode()->getDeployment()->getType());
    }