Page MenuHomestyx hydra

PhabricatorPhrequentConfigOptions.php
No OneTemporary

PhabricatorPhrequentConfigOptions.php

<?php
final class PhabricatorPhrequentConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht('Phrequent');
}
public function getDescription() {
return pht('Configure Phrequent.');
}
public function getIcon() {
return 'fa-clock-o';
}
public function getGroup() {
return 'apps';
}
public function getOptions() {
return array();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 9:13 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851350
Default Alt Text
PhabricatorPhrequentConfigOptions.php (423 B)

Event Timeline