Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistPasteWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Upload a chunk of text to the Paste application, or download one. | * Upload a chunk of text to the Paste application, or download one. | ||||
| */ | */ | ||||
| final class ArcanistPasteWorkflow extends ArcanistBaseWorkflow { | final class ArcanistPasteWorkflow extends ArcanistWorkflow { | ||||
| private $id; | private $id; | ||||
| private $language; | private $language; | ||||
| private $title; | private $title; | ||||
| private $json; | private $json; | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'paste'; | return 'paste'; | ||||
| ▲ Show 20 Lines • Show All 137 Lines • Show Last 20 Lines | |||||