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
Mon, May 12, 9:23 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119920
Default Alt Text
PhabricatorConfigSiteSource.php (354 B)

Event Timeline