AppserverIo\Appserver\Core\Api\Node\DeploymentNode::getType PHP Method

getType() public method

Returns the deployment's class name.
public getType ( ) : string
return string The deployment's class name
    public function getType()
    {
        return $this->type;
    }
DeploymentNode