Page MenuHomePhorge

PhabricatorAphlictManagementDebugWorkflow.php
No OneTemporary

Size
564 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementDebugWorkflow.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 1:38 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235933
Default Alt Text
PhabricatorAphlictManagementDebugWorkflow.php (564 B)

Event Timeline