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 PhabricatorOwnersPackageRemarkupRule extends PhabricatorObjectRemarku..

Decoded Output download

<?php

final class PhabricatorOwnersPackageRemarkupRule
  extends PhabricatorObjectRemarkupRule {

  protected function getObjectNamePrefix() {
    return 'O';
  }

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');

    return id(new PhabricatorOwnersPackageQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorOwnersPackageRemarkupRule
  extends PhabricatorObjectRemarkupRule {

  protected function getObjectNamePrefix() {
    return 'O';
  }

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');

    return id(new PhabricatorOwnersPackageQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
  }

}

Function Calls

None

Variables

None

Stats

MD5 36d814f089698ea308778402996cc2cf
Eval Count 0
Decode Time 103 ms