method-name) can optionally be supplied * if the template variable name is different from the name of the method to call. The case of the first character * in the method name called from the template does not matter, although names specified in the map should * correspond to the actual method name in the relevant class. * Note that the template renderer must be able to call these methods statically. */ public static function get_exposed_variables(); /** * Set the current iterator properties - where we are on the iterator. * @abstract * @param int $pos position in iterator * @param int $totalItems total number of items */ public function iteratorProperties($pos, $totalItems); } ?>