Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1055353
PhabricatorDaemonLockLog.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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, Jun 29, 1:21 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
257856
Default Alt Text
PhabricatorDaemonLockLog.php (803 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment