Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96152325
PhabricatorUserSearchField.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
Mon, Dec 23, 05:10
Size
396 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 05:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23134970
Attached To
rPH Phabricator
PhabricatorUserSearchField.php
View Options
<?php
final
class
PhabricatorUsersSearchField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getUsersFromRequest
(
$request
,
$key
);
}
protected
function
newDatasource
()
{
return
new
PhabricatorPeopleUserFunctionDatasource
();
}
}
Event Timeline
Log In to Comment