Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96522031
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, Dec 27, 13:46
Size
410 B
Mime Type
text/x-php
Expires
Sun, Dec 29, 13:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23197799
Attached To
rPH Phabricator
PhabricatorAphlictManagementStartWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementStartWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
protected
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