Differential D9991 Diff 24151 src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php
- This file was moved from src/applications/conpherence/conduit/ConduitAPI_conpherence_createthread_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conpherence_createthread_Method | final class ConpherenceCreateThreadConduitAPIMethod | ||||
| extends ConduitAPI_conpherence_Method { | extends ConpherenceConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conpherence.createthread'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return pht('Create a new conpherence thread.'); | return pht('Create a new conpherence thread.'); | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| return array( | return array( | ||||
| 'title' => 'optional string', | 'title' => 'optional string', | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||