You are here

private static property PHPExcel_Worksheet_AutoFilter_Column::$_filterTypes in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php \PHPExcel_Worksheet_AutoFilter_Column::_filterTypes

* Types of autofilter rules * *

Type: string[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php, line 52

Class

PHPExcel_Worksheet_AutoFilter_Column
PHPExcel_Worksheet_AutoFilter_Column

Code

private static $_filterTypes = array(
  //	Currently we're not handling
  //		colorFilter
  //		extLst
  //		iconFilter
  self::AUTOFILTER_FILTERTYPE_FILTER,
  self::AUTOFILTER_FILTERTYPE_CUSTOMFILTER,
  self::AUTOFILTER_FILTERTYPE_DYNAMICFILTER,
  self::AUTOFILTER_FILTERTYPE_TOPTENFILTER,
);