function crumbs_RuleWeightKeeper::__construct in Crumbs, the Breadcrumbs suite 6.2
Same name and namespace in other branches
- 7 lib/RuleWeightKeeper.php \crumbs_RuleWeightKeeper::__construct()
File
- ./
crumbs.plugin_engine.inc, line 241
Class
Code
function __construct(array $rule_weights) {
asort($rule_weights);
$this->_rule_weights = $rule_weights;
}