Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894912
AphrontPHIDHTTPParameterType.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
494 B
Referenced Files
None
Subscribers
None
AphrontPHIDHTTPParameterType.php
View Options
<?php
final
class
AphrontPHIDHTTPParameterType
extends
AphrontHTTPParameterType
{
protected
function
getParameterValue
(
AphrontRequest
$request
,
$key
)
{
return
$request
->
getStr
(
$key
)
;
}
protected
function
getParameterTypeName
(
)
{
return
'phid'
;
}
protected
function
getParameterFormatDescriptions
(
)
{
return
array
(
pht
(
'A single object PHID.'
)
,
)
;
}
protected
function
getParameterExamples
(
)
{
return
array
(
'v=PHID-XXXX-1111'
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 20:41 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128533
Default Alt Text
AphrontPHIDHTTPParameterType.php (494 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment