Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18566210
D17743.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
437 B
Referenced Files
None
Subscribers
None
D17743.id.diff
View Options
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -611,6 +611,10 @@
return idx($this->arguments, $key, $default);
}
+ final public function setArgument($key, $value) {
+ return $this->arguments[$key] = $value;
+ }
+
final public function getPassedArguments() {
return $this->passedArguments;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sep 10 2025, 2:23 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9059597
Default Alt Text
D17743.id.diff (437 B)
Attached To
Mode
D17743: Add `setArgument` to `ArcanistWorkflow`
Attached
Detach File
Event Timeline
Log In to Comment