3 final class ManiphestTaskSubpriorityTransaction
4 extends ManiphestTaskTransactionType
{
6 const TRANSACTIONTYPE
= 'subpriority';
8 public function generateOldValue($object) {
12 public function applyInternalEffects($object, $value) {
13 // This transaction is obsolete, but we're keeping the class around so it
14 // is hidden from timelines until we destroy the actual transaction data.
15 throw new PhutilMethodNotImplementedException();
18 public function shouldHide() {