Page MenuHomec4science

PhabricatorPhrequentConfigOptions.php
No OneTemporary

File Metadata

Created
Sun, Jan 26, 10:35

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