Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101590268
DiffusionExternalSymbolsSource.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, Feb 11, 20:42
Size
349 B
Mime Type
text/x-php
Expires
Thu, Feb 13, 20:42 (2 d)
Engine
blob
Format
Raw Data
Handle
24195454
Attached To
rPH Phabricator
DiffusionExternalSymbolsSource.php
View Options
<?php
abstract
class
DiffusionExternalSymbolsSource
{
/**
* @return list of PhabricatorRepositorySymbol
*/
abstract
public
function
executeQuery
(
DiffusionExternalSymbolQuery
$query
);
protected
function
buildExternalSymbol
()
{
return
id
(
new
PhabricatorRepositorySymbol
())
->
setIsExternal
(
true
)
->
makeEphemeral
();
}
}
Event Timeline
Log In to Comment