Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99046290
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
Sat, Jan 18, 17:02
Size
503 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 17:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23697021
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