Changeset View
Changeset View
Standalone View
Standalone View
src/toolset/ArcanistWorkflow.php
| Show First 20 Lines • Show All 179 Lines • ▼ Show 20 Lines | if (!$this->conduitEngine) { | ||||
| ->setConduitURI($conduit_uri); | ->setConduitURI($conduit_uri); | ||||
| $this->conduitEngine = $conduit_engine; | $this->conduitEngine = $conduit_engine; | ||||
| } | } | ||||
| return $this->conduitEngine; | return $this->conduitEngine; | ||||
| } | } | ||||
| final protected function getLogEngine() { | |||||
| return $this->getRuntime()->getLogEngine(); | |||||
| } | |||||
| } | } | ||||