Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98394515
PhabricatorWebContentSource.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
Sun, Jan 12, 19:54
Size
281 B
Mime Type
text/x-php
Expires
Tue, Jan 14, 19:54 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23571816
Attached To
rPH Phabricator
PhabricatorWebContentSource.php
View Options
<?php
final
class
PhabricatorWebContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'web'
;
public
function
getSourceName
()
{
return
pht
(
'Web'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content created from the web UI.'
);
}
}
Event Timeline
Log In to Comment