<?php // Make sure we are running safe! if ( !defined( "TEMPL_ENGINE_IN" ) ) { die(); } class mySkinSet { function testFunction( $var ) { return <<<EOF THIS IS SOME TEST HTML. The value for the argument is <b>{$var}</b> EOF; } } ?>