Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110305014
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
Fri, Apr 25, 15:30
Size
349 B
Mime Type
text/x-php
Expires
Sun, Apr 27, 15:30 (2 d)
Engine
blob
Format
Raw Data
Handle
25803754
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