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