Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889842
AphrontPHIDListHTTPParameterType.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
722 B
Referenced Files
None
Subscribers
None
AphrontPHIDListHTTPParameterType.php
View Options
<?php
final
class
AphrontPHIDListHTTPParameterType
extends
AphrontListHTTPParameterType
{
protected
function
getParameterValue
(
AphrontRequest
$request
,
$key
)
{
$type
=
new
AphrontStringListHTTPParameterType
(
)
;
return
$this
->
getValueWithType
(
$type
,
$request
,
$key
)
;
}
protected
function
getParameterTypeName
(
)
{
return
'list<phid>'
;
}
protected
function
getParameterFormatDescriptions
(
)
{
return
array
(
pht
(
'Comma-separated list of PHIDs.'
)
,
pht
(
'List of PHIDs, as array.'
)
,
)
;
}
protected
function
getParameterExamples
(
)
{
return
array
(
'v=PHID-XXXX-1111'
,
'v=PHID-XXXX-1111,PHID-XXXX-2222'
,
'v[]=PHID-XXXX-1111&v[]=PHID-XXXX-2222'
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:44 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124697
Default Alt Text
AphrontPHIDListHTTPParameterType.php (722 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment