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, Jun 17, 3:30 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226357
Default Alt Text
PhabricatorPhrictionConfigOptions.php (492 B)

Event Timeline