You are here

function crumbs_Admin_WeightsTable::__construct in Crumbs, the Breadcrumbs suite 7.2

Parameters

crumbs_PluginSystem_PluginInfo $plugin_info:

File

lib/Admin/WeightsTable.php, line 31

Class

crumbs_Admin_WeightsTable
This class is a helper for theme_crumbs_weights_tabledrag()

Code

function __construct($plugin_info) {
  $this->pluginInfo = $plugin_info;
}