*/ /** * patTemplate Stat Wombat * * @package wombat * @author gERD Schaufelberger */ class patTemplate_Stat_Wombat extends patTemplate_Stat { /** * Get Modification Time of Template * * @param mixed input to read from. * @return integer unix timestamp */ public function getModificationTime( $input ) { // some time in the past return 1000; } }