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 PhabricatorConduitSearchFieldSpecification extends Phobject { priv..

Decoded Output download

<?php

final class PhabricatorConduitSearchFieldSpecification
  extends Phobject {

  private $key;
  private $type;
  private $description;

  public function setKey($key) {
    $this->key = $key;
    return $this;
  }

  public function getKey() {
    return $this->key;
  }

  public function setType($type) {
    $this->type = $type;
    return $this;
  }

  public function getType() {
    return $this->type;
  }

  public function setDescription($description) {
    $this->description = $description;
    return $this;
  }

  public function getDescription() {
    return $this->description;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorConduitSearchFieldSpecification
  extends Phobject {

  private $key;
  private $type;
  private $description;

  public function setKey($key) {
    $this->key = $key;
    return $this;
  }

  public function getKey() {
    return $this->key;
  }

  public function setType($type) {
    $this->type = $type;
    return $this;
  }

  public function getType() {
    return $this->type;
  }

  public function setDescription($description) {
    $this->description = $description;
    return $this;
  }

  public function getDescription() {
    return $this->description;
  }

}

Function Calls

None

Variables

None

Stats

MD5 9fd19a3bb4d47897222941fd2535afb0
Eval Count 0
Decode Time 116 ms