Page MenuHomePhorge

ConpherenceConfigOptions.php
No OneTemporary

Size
502 B
Referenced Files
None
Subscribers
None

ConpherenceConfigOptions.php

<?php
final class ConpherenceConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht('Conpherence');
}
public function getDescription() {
return pht('Configure Conpherence messaging.');
}
public function getOptions() {
return array(
$this->newOption(
'metamta.conpherence.subject-prefix',
'string',
'[Conpherence]')
->setDescription(pht('Subject prefix for Conpherence mail.')),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 10:28 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
81814
Default Alt Text
ConpherenceConfigOptions.php (502 B)

Event Timeline