1<?php 2 3$meta['depth'] = array('numeric'); 4$meta['skipacl'] = array('onoff'); 5$meta['zipfilename'] = array('string'); 6$meta['exclude'] = array('string'); 7$meta['max_execution_time'] = array('numeric'); 8$meta['zipfilename'] = array('string'); 9 10$meta['debugLevel'] = array('multichoice','_choices' => array('5','4','3','2','1')); 11$meta['debugFile'] = array('string'); 12 13$meta['cachetime'] = array('numeric'); 14 15//Setup VIM: ex: et ts=2 enc=utf-8 : 16