Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101532151
DiffusionIdentityAssigneeEditField.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, Feb 11, 08:12
Size
503 B
Mime Type
text/x-php
Expires
Thu, Feb 13, 08:12 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24178461
Attached To
rPH Phabricator
DiffusionIdentityAssigneeEditField.php
View Options
<?php
final
class
DiffusionIdentityAssigneeEditField
extends
PhabricatorTokenizerEditField
{
protected
function
newDatasource
()
{
return
new
DiffusionIdentityAssigneeDatasource
();
}
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