Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92424269
NuanceContentSource.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, 04:42
Size
275 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 04:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22372641
Attached To
rPH Phabricator
NuanceContentSource.php
View Options
<?php
final
class
NuanceContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'nuance'
;
public
function
getSourceName
()
{
return
pht
(
'Nuance'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content imported via Nuance.'
);
}
}
Event Timeline
Log In to Comment