Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96328796
PhabricatorFaxContentSource.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, Dec 25, 09:09
Size
290 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 09:09 (2 d)
Engine
blob
Format
Raw Data
Handle
23163483
Attached To
rPH Phabricator
PhabricatorFaxContentSource.php
View Options
<?php
final
class
PhabricatorFaxContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'fax'
;
public
function
getSourceName
()
{
return
pht
(
'Fax'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content received via fax (telefacsimile).'
);
}
}
Event Timeline
Log In to Comment