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 LegalpadDocumentRemarkupRule extends PhabricatorObjectRemarkupRule { ..
Decoded Output download
<?php
final class LegalpadDocumentRemarkupRule extends PhabricatorObjectRemarkupRule {
protected function getObjectNamePrefix() {
return 'L';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new LegalpadDocumentQuery())
->setViewer($viewer)
->withIDs($ids)
->execute();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class LegalpadDocumentRemarkupRule extends PhabricatorObjectRemarkupRule {
protected function getObjectNamePrefix() {
return 'L';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new LegalpadDocumentQuery())
->setViewer($viewer)
->withIDs($ids)
->execute();
}
}
Function Calls
None |
Stats
MD5 | aabef811b631b0d1ace36974df459577 |
Eval Count | 0 |
Decode Time | 91 ms |