<?php/* * To change this template, choose Tools | Templates * and open the template in the editor. *//** * Description of class_mcClass * * @author Frederick <frederick at mensch.coop> */interfacemciClass{//put your code here}classmcClass{protected$mcID;publicfunction__toString(){$var_string=mcObjectStatistic::get__toString($this);$var_string.='['.$this->mcID.']';return$var_string;}}?>