Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99320227
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
Thu, Jan 23, 10:41
Size
486 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 10:41 (2 d)
Engine
blob
Format
Raw Data
Handle
23715861
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
()
{
if
(
$this
->
getIsSingleValue
())
{
return
new
ConduitUserParameterType
();
}
else
{
return
new
ConduitUserListParameterType
();
}
}
}
Event Timeline
Log In to Comment