Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/storage/AlmanacServiceTransaction.php
| <?php | <?php | ||||
| final class AlmanacServiceTransaction | final class AlmanacServiceTransaction | ||||
| extends PhabricatorModularTransaction { | extends AlmanacModularTransaction { | ||||
| public function getApplicationName() { | |||||
| return 'almanac'; | |||||
| } | |||||
| public function getApplicationTransactionCommentObject() { | |||||
| return null; | |||||
| } | |||||
| public function getApplicationTransactionType() { | public function getApplicationTransactionType() { | ||||
| return AlmanacServicePHIDType::TYPECONST; | return AlmanacServicePHIDType::TYPECONST; | ||||
| } | } | ||||
| public function getBaseTransactionClass() { | public function getBaseTransactionClass() { | ||||
| return 'AlmanacServiceTransactionType'; | return 'AlmanacServiceTransactionType'; | ||||
| } | } | ||||
| } | } | ||||