Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91113231
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
Fri, Nov 8, 01:21
Size
290 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 01:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22199064
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