Page MenuHomestyx hydra

PhabricatorAphlictManagementDebugWorkflow.php
No OneTemporary

PhabricatorAphlictManagementDebugWorkflow.php

<?php
final class PhabricatorAphlictManagementDebugWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('debug')
->setSynopsis(
pht(
'Start the notifications server in the foreground and print large '.
'volumes of diagnostic information to the console.'))
->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
$this->parseLaunchArguments($args);
$this->setDebug(true);
$this->willLaunch();
return $this->launch();
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Feb 6, 10:55 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34007
Default Alt Text
PhabricatorAphlictManagementDebugWorkflow.php (602 B)

Event Timeline