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
Sat, May 3, 10:20 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60160
Default Alt Text
PhabricatorConfigSiteSource.php (354 B)

Event Timeline