Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93615540
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
Sat, Nov 30, 04:35
Size
383 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 04:35 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22673820
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
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
Event Timeline
Log In to Comment