Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896139
AphrontIntHTTPParameterType.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
471 B
Referenced Files
None
Subscribers
None
AphrontIntHTTPParameterType.php
View Options
<?php
final
class
AphrontIntHTTPParameterType
extends
AphrontHTTPParameterType
{
protected
function
getParameterValue
(
AphrontRequest
$request
,
$key
)
{
return
$request
->
getInt
(
$key
)
;
}
protected
function
getParameterTypeName
(
)
{
return
'int'
;
}
protected
function
getParameterFormatDescriptions
(
)
{
return
array
(
pht
(
'An integer.'
)
,
)
;
}
protected
function
getParameterExamples
(
)
{
return
array
(
'v=123'
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 22:36 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129467
Default Alt Text
AphrontIntHTTPParameterType.php (471 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment