Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108051481
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
Sun, Apr 13, 16:07
Size
345 B
Mime Type
text/x-php
Expires
Tue, Apr 15, 16:07 (2 d)
Engine
blob
Format
Raw Data
Handle
25516939
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