Page MenuHomePhorge

PhabricatorConfigSiteSource.php
No OneTemporary

Size
354 B
Referenced Files
None
Subscribers
None

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
Wed, Jun 18, 4:06 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235077
Default Alt Text
PhabricatorConfigSiteSource.php (354 B)

Event Timeline