Page MenuHomestyx hydra

DrydockLeaseActivationYieldLogType.php
No OneTemporary

DrydockLeaseActivationYieldLogType.php

<?php
final class DrydockLeaseActivationYieldLogType extends DrydockLogType {
const LOGCONST = 'core.lease.activation-yield';
public function getLogTypeName() {
return pht('Waiting for Activation');
}
public function getLogTypeIcon(array $data) {
return 'fa-clock-o green';
}
public function renderLog(array $data) {
$duration = idx($data, 'duration');
return pht(
'Waiting %s second(s) for lease to activate.',
new PhutilNumber($duration));
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 4:02 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
612569
Default Alt Text
DrydockLeaseActivationYieldLogType.php (495 B)

Event Timeline