Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893046
PhabricatorStandardCustomFieldUsers.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
571 B
Referenced Files
None
Subscribers
None
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
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:46 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110507
Default Alt Text
PhabricatorStandardCustomFieldUsers.php (571 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment