Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120643873
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
Sat, Jul 5, 21:44
Size
576 B
Mime Type
text/x-php
Expires
Mon, Jul 7, 21:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27220450
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