Page MenuHomePhorge

ArcanistPhutilWorkflow.php
No OneTemporary

ArcanistPhutilWorkflow.php

<?php
final class ArcanistPhutilWorkflow extends PhutilArgumentWorkflow {
private $workflow;
public function setWorkflow(ArcanistWorkflow $workflow) {
$this->workflow = $workflow;
return $this;
}
public function getWorkflow() {
return $this->workflow;
}
public function isExecutable() {
return true;
}
public function execute(PhutilArgumentParser $args) {
return $this->getWorkflow()->executeWorkflow($args);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 18:02 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113671
Default Alt Text
ArcanistPhutilWorkflow.php (458 B)

Event Timeline