Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118890722
PhabricatorPhortuneContentSource.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, Jun 22, 18:57
Size
314 B
Mime Type
text/x-php
Expires
Tue, Jun 24, 18:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26830158
Attached To
rPH Phabricator
PhabricatorPhortuneContentSource.php
View Options
<?php
final
class
PhabricatorPhortuneContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'phortune'
;
public
function
getSourceName
()
{
return
pht
(
'Phortune'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Updates from subscriptions and payment processors.'
);
}
}
Event Timeline
Log In to Comment