示例#1
0
 public function addItem($item)
 {
     $item['group'] = 'admin';
     parent::addItem($item);
 }