Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896859
PhabricatorAphlictManagementStopWorkflow.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
439 B
Referenced Files
None
Subscribers
None
PhabricatorAphlictManagementStopWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStopWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
protected
function
didConstruct
(
)
{
$this
->
setName
(
'stop'
)
->
setSynopsis
(
pht
(
'Stop the notification server.'
)
)
->
setArguments
(
$this
->
getLaunchArguments
(
)
)
;
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
$this
->
parseLaunchArguments
(
$args
)
;
return
$this
->
executeStopCommand
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:40 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129997
Default Alt Text
PhabricatorAphlictManagementStopWorkflow.php (439 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment