Changeset View
Changeset View
Standalone View
Standalone View
src/applications/chatlog/conduit/ChatLogQueryConduitAPIMethod.php
- This file was moved from src/applications/chatlog/conduit/ConduitAPI_chatlog_query_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_chatlog_query_Method extends ConduitAPI_chatlog_Method { | final class ChatLogQueryConduitAPIMethod extends ChatLogConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'chatlog.query'; | |||||
| } | |||||
| public function getMethodStatus() { | public function getMethodStatus() { | ||||
| return self::METHOD_STATUS_UNSTABLE; | return self::METHOD_STATUS_UNSTABLE; | ||||
| } | } | ||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Retrieve chatter.'; | return 'Retrieve chatter.'; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 48 Lines • Show Last 20 Lines | |||||