Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96303418
PhabricatorAphlictManagementDebugWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Dec 24, 20:59
Size
564 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 20:59 (2 d)
Engine
blob
Format
Raw Data
Handle
23149645
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment