Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92387148
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
Tue, Nov 19, 21:42
Size
314 B
Mime Type
text/x-php
Expires
Thu, Nov 21, 21:42 (2 d)
Engine
blob
Format
Raw Data
Handle
22431385
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