Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/method/ConduitPingConduitAPIMethod.php
- This file was moved from src/applications/conduit/method/ConduitAPI_conduit_ping_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conduit_ping_Method extends ConduitAPIMethod { | final class ConduitPingConduitAPIMethod extends ConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conduit.ping'; | |||||
| } | |||||
| public function shouldRequireAuthentication() { | public function shouldRequireAuthentication() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Basic ping for monitoring or a health-check.'; | return 'Basic ping for monitoring or a health-check.'; | ||||
| } | } | ||||
| Show All 18 Lines | |||||