Differential D9991 Diff 24151 src/applications/diffusion/conduit/DiffusionCreateCommentConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/conduit/DiffusionCreateCommentConduitAPIMethod.php
- This file was moved from src/applications/diffusion/conduit/ConduitAPI_diffusion_createcomment_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_diffusion_createcomment_Method | final class DiffusionCreateCommentConduitAPIMethod | ||||
| extends ConduitAPI_diffusion_Method { | extends DiffusionConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'diffusion.createcomment'; | |||||
| } | |||||
| public function getMethodStatus() { | public function getMethodStatus() { | ||||
| return self::METHOD_STATUS_DEPRECATED; | return self::METHOD_STATUS_DEPRECATED; | ||||
| } | } | ||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Add a comment to a Diffusion commit. By specifying an action of '. | return 'Add a comment to a Diffusion commit. By specifying an action of '. | ||||
| '"concern", "accept", "resign", or "close", auditing actions can '. | '"concern", "accept", "resign", or "close", auditing actions can '. | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||