Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F981836
PhabricatorAphlictManagementStartWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 1:39 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236012
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (407 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment