comunic/developer/vendor/rockettheme/toolbox/Blueprints/tests/helper.php
2016-11-19 12:08:12 +01:00

9 lines
181 B
PHP

<?php
function blueprint_data_option_test(array $param = null, $sort = false)
{
if ($sort) {
asort($param);
}
return $param ?: ['yes' => 'Yes', 'no' => 'No'];
}