XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
tag.admin.controller.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
8 class tagAdminController extends tag
9 {
14  {
15  $args = new stdClass();
16  $args->module_srl = $module_srl;
17  return executeQuery('tag.deleteModuleTags', $args);
18  }
19 }
20 /* End of file tag.admin.controller.php */
21 /* Location: ./modules/tag/tag.admin.controller.php */
deleteModuleTags($module_srl)
Delete all tags for a particular module.
high class of the tag module
Definition: tag.class.php:8
$module_srl
integer value to represent a run-time instance of Module (XE Module)
$args
Definition: ko.install.php:185
admin controller class of the tag module
executeQuery($query_id, $args=NULL, $arg_columns=NULL)
Definition: func.inc.php:203