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 AlmanacDeletePropertyEditField extends PhabricatorEditField { prot..

Decoded Output download

<?php

final class AlmanacDeletePropertyEditField
  extends PhabricatorEditField {

  protected function newControl() {
    return null;
  }

  protected function newHTTPParameterType() {
    return null;
  }

  protected function newConduitParameterType() {
    return new ConduitStringListParameterType();
  }

  protected function newEditType() {
    return new AlmanacDeletePropertyEditType();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacDeletePropertyEditField
  extends PhabricatorEditField {

  protected function newControl() {
    return null;
  }

  protected function newHTTPParameterType() {
    return null;
  }

  protected function newConduitParameterType() {
    return new ConduitStringListParameterType();
  }

  protected function newEditType() {
    return new AlmanacDeletePropertyEditType();
  }

}

Function Calls

None

Variables

None

Stats

MD5 e7c3ca4eb5bb9907f5b46a1042f513b3
Eval Count 0
Decode Time 81 ms