Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F434598
DiffusionExternalSymbolsSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
349 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 5:45 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62407
Default Alt Text
DiffusionExternalSymbolsSource.php (349 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment