Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102441558
PhabricatorDatasourceEditField.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
Thu, Feb 20, 18:37
Size
417 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 18:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24357811
Attached To
rPH Phabricator
PhabricatorDatasourceEditField.php
View Options
<?php
final
class
PhabricatorDatasourceEditField
extends
PhabricatorTokenizerEditField
{
private
$datasource
;
public
function
setDatasource
(
PhabricatorTypeaheadDatasource
$datasource
)
{
$this
->
datasource
=
$datasource
;
return
$this
;
}
public
function
getDatasource
()
{
return
$this
->
datasource
;
}
protected
function
newDatasource
()
{
return
id
(
clone
$this
->
getDatasource
());
}
}
Event Timeline
Log In to Comment