Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92242225
PhabricatorStandardCustomFieldUsers.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
Mon, Nov 18, 16:34
Size
571 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 16:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22402542
Attached To
rPH Phabricator
PhabricatorStandardCustomFieldUsers.php
View Options
<?php
final
class
PhabricatorStandardCustomFieldUsers
extends
PhabricatorStandardCustomFieldTokenizer
{
public
function
getFieldType
()
{
return
'users'
;
}
public
function
getDatasource
()
{
return
new
PhabricatorPeopleDatasource
();
}
protected
function
getHTTPParameterType
()
{
return
new
AphrontUserListHTTPParameterType
();
}
protected
function
newConduitSearchParameterType
()
{
return
new
ConduitUserListParameterType
();
}
protected
function
newConduitEditParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
Event Timeline
Log In to Comment