Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/option/PhabricatorMailgunConfigOptions.php
| <?php | <?php | ||||
| final class PhabricatorMailgunConfigOptions | final class PhabricatorMailgunConfigOptions | ||||
| extends PhabricatorApplicationConfigOptions { | extends PhabricatorApplicationConfigOptions { | ||||
| public function getName() { | public function getName() { | ||||
| return pht("Integration with Mailgun"); | return pht('Integration with Mailgun'); | ||||
| } | } | ||||
| public function getDescription() { | public function getDescription() { | ||||
| return pht("Configure Mailgun integration."); | return pht('Configure Mailgun integration.'); | ||||
| } | } | ||||
| public function getOptions() { | public function getOptions() { | ||||
| return array( | return array( | ||||
| $this->newOption('mailgun.domain', 'string', null) | $this->newOption('mailgun.domain', 'string', null) | ||||
| ->setLocked(true) | ->setLocked(true) | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| Show All 10 Lines | |||||