Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895410
PhabricatorConfigSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
449 B
Referenced Files
None
Subscribers
None
PhabricatorConfigSource.php
View Options
<?php
abstract
class
PhabricatorConfigSource
{
abstract
public
function
getKeys
(
array
$keys
)
;
abstract
public
function
getAllKeys
(
)
;
public
function
canWrite
(
)
{
return
false
;
}
public
function
setKeys
(
array
$keys
)
{
throw
new
Exception
(
"This configuration source does not support writes."
)
;
}
public
function
deleteKeys
(
array
$keys
)
{
throw
new
Exception
(
"This configuration source does not support writes."
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 21:26 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128916
Default Alt Text
PhabricatorConfigSource.php (449 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment