Page MenuHomestyx hydra

PhabricatorAphlictManagementDebugWorkflow.php
No OneTemporary

PhabricatorAphlictManagementDebugWorkflow.php

<?php
final class PhabricatorAphlictManagementDebugWorkflow
extends PhabricatorAphlictManagementWorkflow {
public 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(array());
}
public function execute(PhutilArgumentParser $args) {
$this->willLaunch();
return $this->launch(true);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:18 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
666185
Default Alt Text
PhabricatorAphlictManagementDebugWorkflow.php (514 B)

Event Timeline