<?php class View { function processView() { } function getTitle() { return ''; } function printView() { } }//end class ?>