cerebrate/templates/element/genericElements/IndexTable/Fields/function.php

4 lines
51 B
PHP
Raw Normal View History

2021-06-14 08:37:00 +02:00
<?php
echo $field['function']($row, $this);
?>