Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98130742
PhabricatorSearchDatasourceField.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, Jan 10, 03:12
Size
345 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 03:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23492981
Attached To
rPH Phabricator
PhabricatorSearchDatasourceField.php
View Options
<?php
final
class
PhabricatorSearchDatasourceField
extends
PhabricatorSearchTokenizerField
{
private
$datasource
;
protected
function
newDatasource
()
{
return
id
(
clone
$this
->
datasource
);
}
public
function
setDatasource
(
PhabricatorTypeaheadDatasource
$datasource
)
{
$this
->
datasource
=
$datasource
;
return
$this
;
}
}
Event Timeline
Log In to Comment