Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F981794
PhabricatorAphlictManagementDebugWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
564 B
Referenced Files
None
Subscribers
None
PhabricatorAphlictManagementDebugWorkflow.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment