Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92043485
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
Sat, Nov 16, 21:23
Size
354 B
Mime Type
text/x-php
Expires
Mon, Nov 18, 21:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22367711
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