Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894792
PhabricatorTypeaheadRuntimeCompositeDatasource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
486 B
Referenced Files
None
Subscribers
None
PhabricatorTypeaheadRuntimeCompositeDatasource.php
View Options
<?php
final
class
PhabricatorTypeaheadRuntimeCompositeDatasource
extends
PhabricatorTypeaheadCompositeDatasource
{
private
$datasources
=
array
(
)
;
public
function
getComponentDatasources
(
)
{
return
$this
->
datasources
;
}
public
function
getPlaceholderText
(
)
{
throw
new
Exception
(
pht
(
'This source is not usable directly.'
)
)
;
}
public
function
addDatasource
(
PhabricatorTypeaheadDatasource
$source
)
{
$this
->
datasources
[
]
=
$source
;
return
$this
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 20:29 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128449
Default Alt Text
PhabricatorTypeaheadRuntimeCompositeDatasource.php (486 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment