Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php final class DrydockLeaseNoBlueprintsLogType extends DrydockLogType { const LOGCO..

Decoded Output download

<?php

final class DrydockLeaseNoBlueprintsLogType extends DrydockLogType {

  const LOGCONST = 'core.lease.no-blueprints';

  public function getLogTypeName() {
    return pht('No Blueprints');
  }

  public function getLogTypeIcon(array $data) {
    return 'fa-map-o red';
  }

  public function renderLog(array $data) {
    return pht('This lease does not list any usable blueprints.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class DrydockLeaseNoBlueprintsLogType extends DrydockLogType {

  const LOGCONST = 'core.lease.no-blueprints';

  public function getLogTypeName() {
    return pht('No Blueprints');
  }

  public function getLogTypeIcon(array $data) {
    return 'fa-map-o red';
  }

  public function renderLog(array $data) {
    return pht('This lease does not list any usable blueprints.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 c51ec5a661d01d68286a59dd98a17924
Eval Count 0
Decode Time 119 ms