Changeset View
Changeset View
Standalone View
Standalone View
src/applications/audit/conduit/AuditQueryConduitAPIMethod.php
- This file was moved from src/applications/audit/conduit/ConduitAPI_audit_query_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_audit_query_Method extends ConduitAPI_audit_Method { | final class AuditQueryConduitAPIMethod extends AuditConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'audit.query'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Query audit requests.'; | return 'Query audit requests.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| $statuses = array( | $statuses = array( | ||||
| 'status-any', | 'status-any', | ||||
| ▲ Show 20 Lines • Show All 77 Lines • Show Last 20 Lines | |||||