Page MenuHomestyx hydra

PhabricatorPholioConfigOptions.php
No OneTemporary

PhabricatorPholioConfigOptions.php

<?php
/**
* @group pholio
*/
final class PhabricatorPholioConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht("Pholio");
}
public function getDescription() {
return pht("Configure Pholio.");
}
public function getOptions() {
return array(
$this->newOption('metamta.pholio.reply-handler-domain', 'string', null)
->setDescription(
pht(
'Like {{metamta.maniphest.reply-handler-domain}}, but affects '.
'Pholio.')),
$this->newOption('metamta.pholio.subject-prefix', 'string', '[Pholio]')
->setDescription(pht('Subject prefix for Pholio email.'))
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 29, 2:07 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
187851
Default Alt Text
PhabricatorPholioConfigOptions.php (694 B)

Event Timeline