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 PhabricatorPackagesPackageEditConduitAPIMethod extends PhabricatorEdi..
Decoded Output download
<?php
final class PhabricatorPackagesPackageEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'packages.package.edit';
}
public function newEditEngine() {
return new PhabricatorPackagesPackageEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new package or edit an existing one.');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorPackagesPackageEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'packages.package.edit';
}
public function newEditEngine() {
return new PhabricatorPackagesPackageEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new package or edit an existing one.');
}
}
Function Calls
None |
Stats
MD5 | efe1ac53e395109d7f7421e8743be384 |
Eval Count | 0 |
Decode Time | 90 ms |