Page MenuHomestyx hydra

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
Fri, Nov 21, 12:38 PM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
352735
Default Alt Text
ConduitPHIDListParameterType.php (609 B)

Event Timeline