Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110810384
PhabricatorSystemDestructionLog.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
Mon, Apr 28, 05:37
Size
667 B
Mime Type
text/x-php
Expires
Wed, Apr 30, 05:37 (2 d)
Engine
blob
Format
Raw Data
Handle
25802171
Attached To
rPH Phabricator
PhabricatorSystemDestructionLog.php
View Options
<?php
final
class
PhabricatorSystemDestructionLog
extends
PhabricatorSystemDAO
{
protected
$objectClass
;
protected
$rootLogID
;
protected
$objectPHID
;
protected
$objectMonogram
;
protected
$epoch
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'objectClass'
=>
'text128'
,
'rootLogID'
=>
'id?'
,
'objectPHID'
=>
'phid?'
,
'objectMonogram'
=>
'text64?'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_epoch'
=>
array
(
'columns'
=>
array
(
'epoch'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment