CMS  Version 3.9
tool_hints_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("tool_hints", "component");
18 
20 {
21  var $updateMap = array(
22  "1.0" => "sql:Create tool_hint and tool_hint_user_status tables",
23  "1.1" => "sql:Added can_be_hidden flag to tool_hint table",
24  "1.2" => "sql:Added read_access parameter to tool_hint table"
25  );
26 
28  {
29  $this->component_name = "tool_hints";
30 
31  // sets the sqlFile name according to default
32  parent::UpgradeManager();
33  }
34 }
35 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116