Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90785708
PhabricatorOldWorldContentSource.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
Mon, Nov 4, 18:04
Size
332 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 18:04 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22134565
Attached To
rPH Phabricator
PhabricatorOldWorldContentSource.php
View Options
<?php
final
class
PhabricatorOldWorldContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'legacy'
;
public
function
getSourceName
()
{
return
pht
(
'Old World'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content from the distant past, before content sources existed.'
);
}
}
Event Timeline
Log In to Comment