Page MenuHomestyx hydra

PhabricatorConfigSiteSource.php
No OneTemporary

PhabricatorConfigSiteSource.php

<?php
/**
* Optional configuration source which loads between local sources and the
* database source.
*
* Subclasses of this source can read external configuration sources (like a
* remote server).
*/
abstract class PhabricatorConfigSiteSource
extends PhabricatorConfigProxySource {
public function getPriority() {
return 1000.0;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Apr 28, 7:34 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1046101
Default Alt Text
PhabricatorConfigSiteSource.php (354 B)

Event Timeline