Page MenuHomec4science

AlmanacClusterDatabaseServiceType.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 10:46

AlmanacClusterDatabaseServiceType.php

<?php
final class AlmanacClusterDatabaseServiceType
extends AlmanacClusterServiceType {
const SERVICETYPE = 'cluster.database';
public function getServiceTypeShortName() {
return pht('Cluster Database');
}
public function getServiceTypeName() {
return pht('Phabricator Cluster: Database');
}
public function getServiceTypeDescription() {
return pht(
'Defines a database service for use in a Phabricator cluster.');
}
}

Event Timeline