/** * Reindex the category tree */ public static function reindex() { parent::reindex(__CLASS__); }
public function reindex() { ActiveTreeNode::reindex("Category"); }