Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98150996
PhabricatorUsersEditField.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 10, 08:20
Size
282 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 08:20 (2 d)
Engine
blob
Format
Raw Data
Handle
23502849
Attached To
rPH Phabricator
PhabricatorUsersEditField.php
View Options
<?php
final
class
PhabricatorUsersEditField
extends
PhabricatorTokenizerEditField
{
protected
function
newDatasource
()
{
return
new
PhabricatorPeopleDatasource
();
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontUserListHTTPParameterType
();
}
}
Event Timeline
Log In to Comment