Ejemplo n.º 1
0
 /**
  *  Lấy toàn bộ quyền item đã định nghĩa
  */
 public function actionItem()
 {
     $auth_item = AuthItem::find()->all();
     return $this->response(new Response(true, "Lấy dữ liệu thành công", $auth_item));
 }