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