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 /** * @deprecated */ final class PhabricatorOwnersPackagePrimaryTransaction ext..

Decoded Output download

<?php

/**
 * @deprecated
 */
final class PhabricatorOwnersPackagePrimaryTransaction
  extends PhabricatorOwnersPackageTransactionType {

  const TRANSACTIONTYPE = 'owners.primary';

  public function shouldHide() {
    return true;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @deprecated
 */
final class PhabricatorOwnersPackagePrimaryTransaction
  extends PhabricatorOwnersPackageTransactionType {

  const TRANSACTIONTYPE = 'owners.primary';

  public function shouldHide() {
    return true;
  }

}

Function Calls

None

Variables

None

Stats

MD5 539ec3b572c3bd5373232e0a2863cbb1
Eval Count 0
Decode Time 93 ms