CMS  Version 3.9
bookmark_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("bookmark", "component");
18 
20 {
21  var $updateMap = array(
22  "1.0" => "sql:Initial Version"
23  );
24 
26  {
27  $this->component_name = "bookmark";
28 
29  // sets the sqlFile name according to default
30  parent::UpgradeManager();
31  }
32 }
33 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116