Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96328932
PhabricatorLipsumContentSource.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, 09:12
Size
292 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 09:12 (2 d)
Engine
blob
Format
Raw Data
Handle
23143150
Attached To
rPH Phabricator
PhabricatorLipsumContentSource.php
View Options
<?php
final
class
PhabricatorLipsumContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'lipsum'
;
public
function
getSourceName
()
{
return
pht
(
'Lipsum'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Test data created with bin/lipsum.'
);
}
}
Event Timeline
Log In to Comment