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