Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistTasksWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Displays User Tasks. | * Displays User Tasks. | ||||
| */ | */ | ||||
| final class ArcanistTasksWorkflow extends ArcanistBaseWorkflow { | final class ArcanistTasksWorkflow extends ArcanistWorkflow { | ||||
| private $tasks; | private $tasks; | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'tasks'; | return 'tasks'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| ▲ Show 20 Lines • Show All 196 Lines • Show Last 20 Lines | |||||