Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/console/plugin/DarkConsoleRequestPlugin.php
| <?php | <?php | ||||
| /** | |||||
| * @group console | |||||
| */ | |||||
| final class DarkConsoleRequestPlugin extends DarkConsolePlugin { | final class DarkConsoleRequestPlugin extends DarkConsolePlugin { | ||||
| public function getName() { | public function getName() { | ||||
| return 'Request'; | return 'Request'; | ||||
| } | } | ||||
| public function getDescription() { | public function getDescription() { | ||||
| return 'Information about $_REQUEST and $_SERVER.'; | return 'Information about $_REQUEST and $_SERVER.'; | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||