Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93896791
PhabricatorConfigSiteSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 2, 08:30
Size
354 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 08:30 (2 d)
Engine
blob
Format
Raw Data
Handle
22721001
Attached To
rPH Phabricator
PhabricatorConfigSiteSource.php
View Options
<?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
;
}
}
Event Timeline
Log In to Comment