コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Enable certain filters
  *
  * @param string|array $filter
  * @param bool|false|string $class
  * @return \Excel 
  * @static 
  */
 public static function filter($filter, $class = false)
 {
     return \Maatwebsite\Excel\Excel::filter($filter, $class);
 }