Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889386
AphrontStringHTTPParameterType.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
527 B
Referenced Files
None
Subscribers
None
AphrontStringHTTPParameterType.php
View Options
<?php
final
class
AphrontStringHTTPParameterType
extends
AphrontHTTPParameterType
{
protected
function
getParameterValue
(
AphrontRequest
$request
,
$key
)
{
return
$request
->
getStr
(
$key
)
;
}
protected
function
getParameterTypeName
(
)
{
return
'string'
;
}
protected
function
getParameterFormatDescriptions
(
)
{
return
array
(
pht
(
'A URL-encoded string.'
)
,
)
;
}
protected
function
getParameterExamples
(
)
{
return
array
(
'v=simple'
,
'v=properly%20escaped%20text'
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 12:05 (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124377
Default Alt Text
AphrontStringHTTPParameterType.php (527 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment