Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894263
PhabricatorAphlictManagementStartWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
444 B
Referenced Files
None
Subscribers
None
PhabricatorAphlictManagementStartWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStartWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
protected
function
didConstruct
(
)
{
$this
->
setName
(
'start'
)
->
setSynopsis
(
pht
(
'Start the notifications server.'
)
)
->
setArguments
(
$this
->
getLaunchArguments
(
)
)
;
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
$this
->
parseLaunchArguments
(
$args
)
;
return
$this
->
executeStartCommand
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 19:39 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128058
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (444 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment