Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96405113
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
Thu, Dec 26, 11:32
Size
332 B
Mime Type
text/x-php
Expires
Sat, Dec 28, 11:32 (2 d)
Engine
blob
Format
Raw Data
Handle
23163851
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