Page MenuHomec4science

AlmanacCustomServiceType.php
No OneTemporary

File Metadata

Created
Thu, Jul 18, 07:55

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