Page MenuHomePhorge

PhabricatorPhrictionConfigOptions.php
No OneTemporary

Size
492 B
Referenced Files
None
Subscribers
None

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.')),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 3:23 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
378065
Default Alt Text
PhabricatorPhrictionConfigOptions.php (492 B)

Event Timeline