11 $refinery = $DIC->refinery();
13 $transformation = $refinery->to()->listOf(
new \
ILIAS\
Refinery\To\Transformation\IntegerTransformation());
15 $result = $transformation->transform(array(5, 1, 4));
17 return assert(array(5, 1, 4) ===
$result);
Class ChatMainBarProvider .