Changeset View
Changeset View
Standalone View
Standalone View
src/applications/nuance/storage/NuanceQueueTransaction.php
| <?php | <?php | ||||
| final class NuanceQueueTransaction extends NuanceTransaction { | final class NuanceQueueTransaction extends NuanceTransaction { | ||||
| const TYPE_NAME = 'nuance.queue.name'; | const TYPE_NAME = 'nuance.queue.name'; | ||||
| public function getApplicationTransactionType() { | public function getApplicationTransactionType() { | ||||
| return NuanceQueuePHIDType::TYPECONST; | return NuanceQueuePHIDType::TYPECONST; | ||||
| } | } | ||||
| public function getApplicationTransactionCommentObject() { | public function getApplicationTransactionCommentObject() { | ||||
| return new NuanceQueueTransactionComment(); | return new NuanceQueueTransactionComment(); | ||||
| } | } | ||||
| public function getBaseTransactionClass() { | |||||
| return 'NuanceSourceTransactionType'; | |||||
chadUnsubmitted Not Done Inline Actions![]() chad: {F4972383} | |||||
Not Done Inline ActionsFIXED IN A FOLLOWUP!!! epriestley: FIXED IN A FOLLOWUP!!! | |||||
| } | |||||
| public function getTitle() { | public function getTitle() { | ||||
| $old = $this->getOldValue(); | $old = $this->getOldValue(); | ||||
| $new = $this->getNewValue(); | $new = $this->getNewValue(); | ||||
| $type = $this->getTransactionType(); | $type = $this->getTransactionType(); | ||||
| $author_phid = $this->getAuthorPHID(); | $author_phid = $this->getAuthorPHID(); | ||||
| switch ($type) { | switch ($type) { | ||||
| Show All 15 Lines | |||||
