Page MenuHomePhabricator
Paste P1684

more_methods.php
ActivePublic

Authored by epriestley on Dec 12 2014, 5:35 PM.
Tags
None
Referenced Files
F249551: more_methods.php
Dec 12 2014, 5:35 PM
Subscribers
None
public function shouldAppearInApplicationTransactions() {
return true;
}
public function getOldValueForApplicationTransactions() {
return $this->getValue();
}
public function getNewValueForApplicationTransactions() {
return $this->getValue();
}

Event Timeline

epriestley changed the title of this paste from untitled to more_methods.php.
epriestley updated the paste's language from autodetect to autodetect.