Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97263084
DiffusionIdentityAssigneeSearchField.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
Fri, Jan 3, 21:28
Size
502 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 21:28 (2 d)
Engine
blob
Format
Raw Data
Handle
23368582
Attached To
rPH Phabricator
DiffusionIdentityAssigneeSearchField.php
View Options
<?php
final
class
DiffusionIdentityAssigneeSearchField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getUsersFromRequest
(
$request
,
$key
);
}
protected
function
newDatasource
()
{
return
new
DiffusionIdentityAssigneeDatasource
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
Event Timeline
Log In to Comment