Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555191
PhabricatorUsersSearchField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
PhabricatorUsersSearchField.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
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:26 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124824
Default Alt Text
PhabricatorUsersSearchField.php (497 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment