Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98298808
PhabricatorUnknownContentSource.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
Sat, Jan 11, 21:22
Size
417 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 21:22 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23555420
Attached To
rPH Phabricator
PhabricatorUnknownContentSource.php
View Options
<?php
final
class
PhabricatorUnknownContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'unknown'
;
public
function
getSourceName
()
{
$source
=
$this
->
getSource
();
if
(
strlen
(
$source
))
{
return
pht
(
'Unknown ("%s")'
,
$source
);
}
else
{
return
pht
(
'Unknown'
);
}
}
public
function
getSourceDescription
()
{
return
pht
(
'Content with no known source.'
);
}
}
Event Timeline
Log In to Comment