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 ConpherenceEditConduitAPIMethod extends PhabricatorEditEngineAPIMetho..

Decoded Output download

<?php

final class ConpherenceEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

  public function getAPIMethodName() {
    return 'conpherence.edit';
  }

  public function newEditEngine() {
    return new ConpherenceEditEngine();
  }

  public function getMethodSummary() {
    return pht(
      'Apply transactions to create a new room or edit an existing one.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class ConpherenceEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

  public function getAPIMethodName() {
    return 'conpherence.edit';
  }

  public function newEditEngine() {
    return new ConpherenceEditEngine();
  }

  public function getMethodSummary() {
    return pht(
      'Apply transactions to create a new room or edit an existing one.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 ae5b645dd62854460683ae1aac8799c7
Eval Count 0
Decode Time 103 ms