Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124405393
PhabricatorAphlictManagementStopWorkflow.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
Sat, Aug 2, 07:49
Size
380 B
Mime Type
text/x-php
Expires
Mon, Aug 4, 07:49 (2 d)
Engine
blob
Format
Raw Data
Handle
27845658
Attached To
rPH Phabricator
PhabricatorAphlictManagementStopWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStopWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
protected
function
didConstruct
()
{
$this
->
setName
(
'stop'
)
->
setSynopsis
(
pht
(
'Stop the notifications server.'
))
->
setArguments
(
array
());
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
return
$this
->
executeStopCommand
();
}
}
Event Timeline
Log In to Comment