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 PhabricatorProjectTriggerRuleRecord extends Phobject { private $ty..
Decoded Output download
<?php
final class PhabricatorProjectTriggerRuleRecord
extends Phobject {
private $type;
private $value;
public function setType($type) {
$this->type = $type;
return $this;
}
public function getType() {
return $this->type;
}
public function setValue($value) {
$this->value = $value;
return $this;
}
public function getValue() {
return $this->value;
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorProjectTriggerRuleRecord
extends Phobject {
private $type;
private $value;
public function setType($type) {
$this->type = $type;
return $this;
}
public function getType() {
return $this->type;
}
public function setValue($value) {
$this->value = $value;
return $this;
}
public function getValue() {
return $this->value;
}
}
Function Calls
None |
Stats
MD5 | 5c2f045e9f7e8dcd586775f7a81b00e0 |
Eval Count | 0 |
Decode Time | 94 ms |