Changeset View
Changeset View
Standalone View
Standalone View
src/toolset/ArcanistWorkflow.php
| Show First 20 Lines • Show All 257 Lines • ▼ Show 20 Lines | if (!$prompt) { | ||||
| 'generate any prompt with that name in "newPrompts()".', | 'generate any prompt with that name in "newPrompts()".', | ||||
| get_class($this), | get_class($this), | ||||
| $key)); | $key)); | ||||
| } | } | ||||
| return clone $prompt; | return clone $prompt; | ||||
| } | } | ||||
| protected function getWorkingCopy() { | |||||
| return $this->getConfigurationEngine()->getWorkingCopy(); | |||||
| } | |||||
| } | } | ||||