Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107887261
PhabricatorConfigEntry.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
Fri, Apr 11, 11:16
Size
576 B
Mime Type
text/x-php
Expires
Sun, Apr 13, 11:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25491759
Attached To
rPH Phabricator
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
);
}
}
Event Timeline
Log In to Comment