class new { function newFunc($value) { ?> <div class="some-class"><span>$value</span></div> .... <!--and some other html code--> <?php } }