Page MenuHomestyx hydra

DrydockLeaseDestroyedLogType.php
No OneTemporary

DrydockLeaseDestroyedLogType.php

<?php
final class DrydockLeaseDestroyedLogType extends DrydockLogType {
const LOGCONST = 'core.lease.destroyed';
public function getLogTypeName() {
return pht('Lease Destroyed');
}
public function getLogTypeIcon(array $data) {
return 'fa-link grey';
}
public function renderLog(array $data) {
return pht('Lease destroyed.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 18, 12:55 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
466558
Default Alt Text
DrydockLeaseDestroyedLogType.php (361 B)

Event Timeline