Page MenuHomec4science

AlmanacCustomServiceType.php
No OneTemporary

File Metadata

Created
Fri, Sep 13, 07:53

AlmanacCustomServiceType.php

<?php
final class AlmanacCustomServiceType extends AlmanacServiceType {
public function getServiceTypeShortName() {
return pht('Custom');
}
public function getServiceTypeName() {
return pht('Custom Service');
}
public function getServiceTypeDescription() {
return pht('Defines a unstructured custom service.');
}
}

Event Timeline