Page MenuHomeWMGMC Issues

ConduitPHIDListParameterType.php
No OneTemporary

ConduitPHIDListParameterType.php

<?php
final class ConduitPHIDListParameterType
extends ConduitListParameterType {
protected function getParameterValue(array $request, $key, $strict) {
$list = parent::getParameterValue($request, $key, $strict);
return $this->parseStringList($request, $key, $list, $strict);
}
protected function getParameterTypeName() {
return 'list<phid>';
}
protected function getParameterFormatDescriptions() {
return array(
pht('List of PHIDs.'),
);
}
protected function getParameterExamples() {
return array(
'["PHID-WXYZ-1111", "PHID-WXYZ-2222"]',
);
}
}

File Metadata

Mime Type
text/x-php
Expires
9月 11 Thu, 1:43 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5557
默认替代文本
ConduitPHIDListParameterType.php (609 B)

Event Timeline