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());
    }