Differential D9991 Diff 24151 src/applications/conpherence/conduit/ConpherenceQueryTransactionConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/conduit/ConpherenceQueryTransactionConduitAPIMethod.php
- This file was moved from src/applications/conpherence/conduit/ConduitAPI_conpherence_querytransaction_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conpherence_querytransaction_Method | final class ConpherenceQueryTransactionConduitAPIMethod | ||||
| extends ConduitAPI_conpherence_Method { | extends ConpherenceConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conpherence.querytransaction'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return pht( | return pht( | ||||
| 'Query for transactions for the logged in user within a specific '. | 'Query for transactions for the logged in user within a specific '. | ||||
| 'conpherence thread. You can specify the thread by id or phid. '. | 'conpherence thread. You can specify the thread by id or phid. '. | ||||
| 'Otherwise, specify limit and offset to query the most recent '. | 'Otherwise, specify limit and offset to query the most recent '. | ||||
| 'transactions within the conpherence for the logged in user.'); | 'transactions within the conpherence for the logged in user.'); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines | |||||