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