Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96342871
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
Wed, Dec 25, 15:28
Size
438 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 15:28 (2 d)
Engine
blob
Format
Raw Data
Handle
23167276
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