Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98509723
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
Mon, Jan 13, 20:55
Size
377 B
Mime Type
text/x-php
Expires
Wed, Jan 15, 20:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23583750
Attached To
rPH Phabricator
PhabricatorAphlictManagementStopWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStopWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
public
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