Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893452
DrydockLeaseReacquireLogType.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
561 B
Referenced Files
None
Subscribers
None
DrydockLeaseReacquireLogType.php
View Options
<?php
final
class
DrydockLeaseReacquireLogType
extends
DrydockLogType
{
const
LOGCONST
=
'core.lease.reacquire'
;
public
function
getLogTypeName
(
)
{
return
pht
(
'Reacquiring Resource'
)
;
}
public
function
getLogTypeIcon
(
array
$data
)
{
return
'fa-refresh yellow'
;
}
public
function
renderLog
(
array
$data
)
{
$class
=
idx
(
$data
,
'class'
)
;
$message
=
idx
(
$data
,
'message'
)
;
return
pht
(
'Lease acquired a resource but failed to activate; acquisition '
.
'will be retried: [%s] %s'
,
$class
,
$message
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:26 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127417
Default Alt Text
DrydockLeaseReacquireLogType.php (561 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment