Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98279727
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
Sat, Jan 11, 17:46
Size
359 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 17:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23548588
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
();
}
}
Event Timeline
Log In to Comment