Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/method/ConduitConnectConduitAPIMethod.php
- This file was moved from src/applications/conduit/method/ConduitAPI_conduit_connect_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_conduit_connect_Method extends ConduitAPIMethod { | final class ConduitConnectConduitAPIMethod extends ConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'conduit.connect'; | |||||
| } | |||||
| public function shouldRequireAuthentication() { | public function shouldRequireAuthentication() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldAllowUnguardedWrites() { | public function shouldAllowUnguardedWrites() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines | |||||