Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99658435
PhortuneSubscriptionImplementation.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, Jan 26, 00:54
Size
438 B
Mime Type
text/x-php
Expires
Tue, Jan 28, 00:54 (2 d)
Engine
blob
Format
Raw Data
Handle
23804473
Attached To
rPH Phabricator
PhortuneSubscriptionImplementation.php
View Options
<?php
abstract
class
PhortuneSubscriptionImplementation
{
abstract
public
function
loadImplementationsForRefs
(
PhabricatorUser
$viewer
,
array
$refs
);
abstract
public
function
getRef
();
abstract
public
function
getName
(
PhortuneSubscription
$subscription
);
protected
function
getContentSource
()
{
return
PhabricatorContentSource
::
newForSource
(
PhabricatorContentSource
::
SOURCE_PHORTUNE
,
array
());
}
}
Event Timeline
Log In to Comment