示例#1
0
文件: Json.php 项目: svobodni/web
 /**
  *
  * @return array
  */
 public function headerKeys()
 {
     return array_merge(parent::headerKeys(), array('yearList', 'idList', 'idLastDownload'));
 }