Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93571699
PhabricatorAphlictManagementStartWorkflow.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
Fri, Nov 29, 20:20
Size
381 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 20:20 (2 d)
Engine
blob
Format
Raw Data
Handle
22667907
Attached To
rPH Phabricator
PhabricatorAphlictManagementStartWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStartWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
public
function
didConstruct
()
{
$this
->
setName
(
'start'
)
->
setSynopsis
(
pht
(
'Start the notifications server.'
))
->
setArguments
(
array
());
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
return
$this
->
executeStartCommand
();
}
}
Event Timeline
Log In to Comment