Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16022
ConduitBoolParameterType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
575 B
Referenced Files
None
订阅者
None
ConduitBoolParameterType.php
View Options
<?php
final
class
ConduitBoolParameterType
extends
ConduitParameterType
{
protected
function
getParameterValue
(
array
$request
,
$key
,
$strict
)
{
$value
=
parent
::
getParameterValue
(
$request
,
$key
,
$strict
);
return
$this
->
parseBoolValue
(
$request
,
$key
,
$value
,
$strict
);
}
protected
function
getParameterTypeName
()
{
return
'bool'
;
}
protected
function
getParameterFormatDescriptions
()
{
return
array
(
pht
(
'A boolean.'
),
);
}
protected
function
getParameterExamples
()
{
return
array
(
'true'
,
'false'
,
);
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:32 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5493
默认替代文本
ConduitBoolParameterType.php (575 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment