Page MenuHomec4science

PhabricatorPhrequentConfigOptions.php
No OneTemporary

File Metadata

Created
Wed, Nov 20, 16:23

PhabricatorPhrequentConfigOptions.php

<?php
final class PhabricatorPhrequentConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht("Phrequent");
}
public function getDescription() {
return pht("Configure Phrequent.");
}
public function getOptions() {
return array();
}
}

Event Timeline