Page MenuHome GnuPG

PhabricatorPhameConfigOptions.php
No OneTemporary

PhabricatorPhameConfigOptions.php

<?php
final class PhabricatorPhameConfigOptions
extends PhabricatorApplicationConfigOptions {
public function getName() {
return pht("Phame");
}
public function getDescription() {
return pht("Configure Phame blogs.");
}
public function getOptions() {
return array(
$this->newOption(
'phame.skins',
'list<string>',
array(
'externals/skins/',
))
->setDescription(
pht('List of directories where Phame will look for skins.')),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Feb 22, 6:47 PM (16 h, 9 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/61/11926c01989d26e439fac35b4be5

Event Timeline