Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1168155
PhabricatorSystemDestructionLog.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
PhabricatorSystemDestructionLog.php
View Options
<?php
final
class
PhabricatorSystemDestructionLog
extends
PhabricatorSystemDAO
{
protected
$objectClass
;
protected
$rootLogID
;
protected
$objectPHID
;
protected
$objectMonogram
;
protected
$epoch
;
protected
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 3:40 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259488
Default Alt Text
PhabricatorSystemDestructionLog.php (670 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment