Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/query/ConpherenceTransactionQuery.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceTransactionQuery | final class ConpherenceTransactionQuery | ||||
| extends PhabricatorApplicationTransactionQuery { | extends PhabricatorApplicationTransactionQuery { | ||||
| public function getTemplateApplicationTransaction() { | public function getTemplateApplicationTransaction() { | ||||
| return new ConpherenceTransaction(); | return new ConpherenceTransaction(); | ||||
| } | } | ||||
| protected function getReversePaging() { | protected function getReversePaging() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| } | } | ||||