Beispiel #1
0
 /**
  * 获取全部标签列表
  *
  * @access public
  * @return array
  */
 public function getList()
 {
     $this->returnData = $this->tagModel->getList();
     F::rest()->show_result($this->returnData);
 }