Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96286056
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
Tue, Dec 24, 13:38
Size
417 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 13:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23151092
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