Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120156393
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
Wed, Jul 2, 08:26
Size
345 B
Mime Type
text/x-php
Expires
Fri, Jul 4, 08:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27149158
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