AppserverIo\Appserver\Core\Api\Node\ContainerNode::getDeployment PHP Метод

getDeployment() публичный Метод

Returns the deployment configuration information.
public getDeployment ( ) : DeploymentNode
Результат DeploymentNode The deployment configuration information
    public function getDeployment()
    {
        return $this->deployment;
    }