Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117439073
PhabricatorLipsumGenerateWorkflow.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, Jun 13, 16:53
Size
503 B
Mime Type
text/x-php
Expires
Sun, Jun 15, 16:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26688076
Attached To
rPH Phabricator
PhabricatorLipsumGenerateWorkflow.php
View Options
<?php
final
class
PhabricatorLipsumGenerateWorkflow
extends
PhabricatorLipsumManagementWorkflow
{
protected
function
didConstruct
()
{
$this
->
setName
(
'generate'
)
->
setExamples
(
'**generate**'
)
->
setSynopsis
(
'Generate some Lipsum.'
)
->
setArguments
(
array
(
array
(
'name'
=>
'args'
,
'wildcard'
=>
true
,
),
));
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
echo
"Lipsum Generator"
;
}
}
Event Timeline
Log In to Comment