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 abstract class PhabricatorAuthConduitAPIMethod extends ConduitAPIMethod { final ..

Decoded Output download

<?php

abstract class PhabricatorAuthConduitAPIMethod extends ConduitAPIMethod {

  final public function getApplication() {
    return PhabricatorApplication::getByClass('PhabricatorAuthApplication');
  }

  public function getMethodStatus() {
    return self::METHOD_STATUS_UNSTABLE;
  }

  public function getMethodStatusDescription() {
    return pht('These methods are recently introduced and subject to change.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

abstract class PhabricatorAuthConduitAPIMethod extends ConduitAPIMethod {

  final public function getApplication() {
    return PhabricatorApplication::getByClass('PhabricatorAuthApplication');
  }

  public function getMethodStatus() {
    return self::METHOD_STATUS_UNSTABLE;
  }

  public function getMethodStatusDescription() {
    return pht('These methods are recently introduced and subject to change.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 eae5ca931652c8edc8782320031eae71
Eval Count 0
Decode Time 83 ms