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

getType() public method

Returns the provisioner type.
public getType ( ) : string
return string The provisioner type
    public function getType()
    {
        return $this->type;
    }