1<?php
2$thisfunction = function($params) {
3        $dataout='<p class="cellRed">Hola mundo!</p>';
4        return $dataout;
5    };
6