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