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 OwnersConduitAPIMethod extends ConduitAPIMethod { final public fu..

Decoded Output download

<?php

abstract class OwnersConduitAPIMethod extends ConduitAPIMethod {

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

abstract class OwnersConduitAPIMethod extends ConduitAPIMethod {

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

}

Function Calls

None

Variables

None

Stats

MD5 6f737553a87668e77a5fe90e3c90e38a
Eval Count 0
Decode Time 87 ms