コード例 #1
0
 /**
  * Generate module:
  * - Display a wildcard in the back end
  * - Declare actionlist with templates and compilers in the front end
  */
 public function generate()
 {
     $this->actions = array(array('', 'tensiderep_catlist', 'listExtensions'), array('view', 'repository_catview', 'viewExtension'));
     return Tenside::generate();
 }
コード例 #2
0
 /**
  * Generate module:
  * - Display a wildcard in the back end
  * - Declare actionlist with templates and compilers in the front end
  */
 public function generate()
 {
     $this->actions = array(array('', 'tensiderep_mgrlist', 'listinsts'), array('edit', 'repository_mgredit', 'edit'), array('install', 'repository_mgrinst', 'install'), array('upgrade', 'repository_mgrupgd', 'upgrade'), array('update', 'repository_mgrupdt', 'update'), array('uninstall', 'repository_mgruist', 'uninstall'), array('export', 'tensiderep_mgrexp', 'export'));
     return parent::generate();
 }