Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114814667
PhabricatorOwnersSearchField.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
Tue, May 27, 22:23
Size
390 B
Mime Type
text/x-php
Expires
Thu, May 29, 22:23 (2 d)
Engine
blob
Format
Raw Data
Handle
26412396
Attached To
rPH Phabricator
PhabricatorOwnersSearchField.php
View Options
<?php
final
class
PhabricatorOwnersSearchField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getUsersFromRequest
(
$request
,
$key
);
}
protected
function
newDatasource
()
{
return
new
PhabricatorPeopleOwnerDatasource
();
}
}
Event Timeline
Log In to Comment