Page MenuHomec4science

ConduitWildParameterType.php
No OneTemporary

File Metadata

Created
Wed, Jul 17, 15:08

ConduitWildParameterType.php

<?php
final class ConduitWildParameterType
extends ConduitListParameterType {
protected function getParameterTypeName() {
return 'wild';
}
protected function getParameterFormatDescriptions() {
return array(
pht('Any mixed or complex value. Check the documentation for details.'),
);
}
protected function getParameterExamples() {
return array(
pht('(Wildcard)'),
);
}
}

Event Timeline