Differential D9431 Diff 22523 src/applications/arcanist/conduit/ConduitAPI_arcanist_projectinfo_Method.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/arcanist/conduit/ConduitAPI_arcanist_projectinfo_Method.php
| <?php | <?php | ||||
| /** | /** | ||||
| * @group conduit | * @group conduit | ||||
| */ | */ | ||||
| final class ConduitAPI_arcanist_projectinfo_Method | final class ConduitAPI_arcanist_projectinfo_Method | ||||
| extends ConduitAPI_arcanist_Method { | extends ConduitAPI_arcanist_Method { | ||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return "Get information about Arcanist projects."; | return 'Get information about Arcanist projects.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| return array( | return array( | ||||
| 'name' => 'required string', | 'name' => 'required string', | ||||
| ); | ); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines | |||||