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 PhabricatorHandleObjectSelectorDataView extends Phobject { private $..

Decoded Output download

<?php

final class PhabricatorHandleObjectSelectorDataView extends Phobject {

  private $handle;

  public function __construct($handle) {
    $this->handle = $handle;
  }

  public function renderData() {
    $handle = $this->handle;
    return array(
      'phid' => $handle->getPHID(),
      'name' => $handle->getFullName(),
      'uri'  => $handle->getURI(),
    );
  }
}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorHandleObjectSelectorDataView extends Phobject {

  private $handle;

  public function __construct($handle) {
    $this->handle = $handle;
  }

  public function renderData() {
    $handle = $this->handle;
    return array(
      'phid' => $handle->getPHID(),
      'name' => $handle->getFullName(),
      'uri'  => $handle->getURI(),
    );
  }
}

Function Calls

None

Variables

None

Stats

MD5 ecf2f475308b34f385cf9057dbe1433b
Eval Count 0
Decode Time 78 ms