Page MenuHomec4science

PhabricatorPhrictionConfigOptions.php
No OneTemporary

File Metadata

Created
Sat, Jan 25, 21:35

PhabricatorPhrictionConfigOptions.php

<?php
final class PhabricatorPhrictionConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht('Phriction');
}
public function getDescription() {
return pht('Options related to Phriction (wiki).');
}
public function getOptions() {
return array(
$this->newOption(
'metamta.phriction.subject-prefix', 'string', '[Phriction]')
->setDescription(pht('Subject prefix for Phriction email.')),
);
}
}

Event Timeline