Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F505592
PhabricatorDaemonLogEvent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
630 B
Referenced Files
None
Subscribers
None
PhabricatorDaemonLogEvent.php
View Options
<?php
final
class
PhabricatorDaemonLogEvent
extends
PhabricatorDaemonDAO
{
protected
$logID
;
protected
$logType
;
protected
$message
;
protected
$epoch
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'logType'
=>
'text4'
,
'message'
=>
'text'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'logID'
=>
array
(
'columns'
=>
array
(
'logID'
,
'epoch'
),
),
'key_epoch'
=>
array
(
'columns'
=>
array
(
'epoch'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 11, 3:34 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98675
Default Alt Text
PhabricatorDaemonLogEvent.php (630 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment