Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96360940
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
Wed, Dec 25, 21:58
Size
407 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 21:58 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
23172073
Attached To
rPH Phabricator
PhabricatorAphlictManagementStartWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStartWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
public
function
didConstruct
()
{
parent
::
didConstruct
();
$this
->
setName
(
'start'
)
->
setSynopsis
(
pht
(
'Start the notifications server.'
));
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
parent
::
execute
(
$args
);
return
$this
->
executeStartCommand
();
}
}
Event Timeline
Log In to Comment