Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92443424
PhabricatorConduitContentSource.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
Wed, Nov 20, 08:40
Size
290 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 08:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22439801
Attached To
rPH Phabricator
PhabricatorConduitContentSource.php
View Options
<?php
final
class
PhabricatorConduitContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'conduit'
;
public
function
getSourceName
()
{
return
pht
(
'Conduit'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content from the Conduit API.'
);
}
}
Event Timeline
Log In to Comment