Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100750869
PhabricatorSearchUsersField.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, Feb 2, 11:00
Size
396 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 11:00 (2 d)
Engine
blob
Format
Raw Data
Handle
24019569
Attached To
rPH Phabricator
PhabricatorSearchUsersField.php
View Options
<?php
final
class
PhabricatorSearchUsersField
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