Differential D9991 Diff 24151 src/applications/conpherence/conduit/ConpherenceQueryThreadConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/conduit/ConpherenceQueryThreadConduitAPIMethod.php
- This file was moved from src/applications/conpherence/conduit/ConduitAPI_conpherence_querythread_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conpherence_querythread_Method | final class ConpherenceQueryThreadConduitAPIMethod | ||||
| extends ConduitAPI_conpherence_Method { | extends ConpherenceConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conpherence.querythread'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return pht( | return pht( | ||||
| 'Query for conpherence threads for the logged in user. '. | 'Query for conpherence threads for the logged in user. '. | ||||
| 'You can query by ids or phids for specific conpherence threads. '. | 'You can query by ids or phids for specific conpherence threads. '. | ||||
| 'Otherwise, specify limit and offset to query the most recently '. | 'Otherwise, specify limit and offset to query the most recently '. | ||||
| 'updated conpherences for the logged in user.'); | 'updated conpherences for the logged in user.'); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||