Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16166
ConduitColumnsParameterType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
1 KB
Referenced Files
None
订阅者
None
ConduitColumnsParameterType.php
View Options
<?php
final
class
ConduitColumnsParameterType
extends
ConduitParameterType
{
protected
function
getParameterValue
(
array
$request
,
$key
,
$strict
)
{
// We don't do any meaningful validation here because the transaction
// itself validates everything and the input format is flexible.
return
parent
::
getParameterValue
(
$request
,
$key
,
$strict
);
}
protected
function
getParameterTypeName
()
{
return
'columns'
;
}
protected
function
getParameterDefault
()
{
return
array
();
}
protected
function
getParameterFormatDescriptions
()
{
return
array
(
pht
(
'Single column PHID.'
),
pht
(
'List of column PHIDs.'
),
pht
(
'List of position dictionaries.'
),
pht
(
'List with a mixture of PHIDs and dictionaries.'
),
);
}
protected
function
getParameterExamples
()
{
return
array
(
'"PHID-PCOL-1111"'
,
'["PHID-PCOL-2222", "PHID-PCOL-3333"]'
,
'[{"columnPHID": "PHID-PCOL-4444", "afterPHID": "PHID-TASK-5555"}]'
,
'[{"columnPHID": "PHID-PCOL-4444", "beforePHID": "PHID-TASK-6666"}]'
,
);
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 2:01 PM (16 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5636
默认替代文本
ConduitColumnsParameterType.php (1 KB)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment