Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892190
PhabricatorDaemonLockLog.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
803 B
Referenced Files
None
Subscribers
None
PhabricatorDaemonLockLog.php
View Options
<?php
final
class
PhabricatorDaemonLockLog
extends
PhabricatorDaemonDAO
{
protected
$lockName
;
protected
$lockReleased
;
protected
$lockParameters
=
array
(
)
;
protected
$lockContext
=
array
(
)
;
protected
function
getConfiguration
(
)
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'lockParameters'
=>
self
::
SERIALIZATION_JSON
,
'lockContext'
=>
self
::
SERIALIZATION_JSON
,
)
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'lockName'
=>
'text64'
,
'lockReleased'
=>
'epoch?'
,
)
,
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_lock'
=>
array
(
'columns'
=>
array
(
'lockName'
)
,
)
,
'key_created'
=>
array
(
'columns'
=>
array
(
'dateCreated'
)
,
)
,
)
,
)
+
parent
::
getConfiguration
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 16:23 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126446
Default Alt Text
PhabricatorDaemonLockLog.php (803 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment