Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F436259
PhabricatorConfigEntry.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
576 B
Referenced Files
None
Subscribers
None
PhabricatorConfigEntry.php
View Options
<?php
final
class
PhabricatorConfigEntry
extends
PhabricatorConfigEntryDAO
{
protected
$id
;
protected
$phid
;
protected
$namespace
;
protected
$configKey
;
protected
$value
;
protected
$isDeleted
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_AUX_PHID
=>
true
,
self
::
CONFIG_SERIALIZATION
=>
array
(
'value'
=>
self
::
SERIALIZATION_JSON
,
),
)
+
parent
::
getConfiguration
();
}
public
function
generatePHID
()
{
return
PhabricatorPHID
::
generateNewPHID
(
PhabricatorPHIDConstants
::
PHID_TYPE_CONF
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61648
Default Alt Text
PhabricatorConfigEntry.php (576 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment