Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/storage/ConpherenceTransaction.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceTransaction extends PhabricatorApplicationTransaction { | final class ConpherenceTransaction extends PhabricatorApplicationTransaction { | ||||
| public function getApplicationName() { | public function getApplicationName() { | ||||
| return 'conpherence'; | return 'conpherence'; | ||||
| } | } | ||||
| public function getApplicationTransactionType() { | public function getApplicationTransactionType() { | ||||
| return PhabricatorConpherencePHIDTypeThread::TYPECONST; | return PhabricatorConpherencePHIDTypeThread::TYPECONST; | ||||
| ▲ Show 20 Lines • Show All 140 Lines • Show Last 20 Lines | |||||