Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117331446
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
Fri, Jun 13, 01:47
Size
503 B
Mime Type
text/x-php
Expires
Sun, Jun 15, 01:47 (2 d)
Engine
blob
Format
Raw Data
Handle
26750728
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