You are here

private static property PHPExcel_Worksheet_AutoFilter_Column_Rule::$_ruleTypes in Loft Data Grids 7.2

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

File

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

Class

PHPExcel_Worksheet_AutoFilter_Column_Rule
PHPExcel_Worksheet_AutoFilter_Column_Rule

Code

private static $_ruleTypes = array(
  //	Currently we're not handling
  //		colorFilter
  //		extLst
  //		iconFilter
  self::AUTOFILTER_RULETYPE_FILTER,
  self::AUTOFILTER_RULETYPE_DATEGROUP,
  self::AUTOFILTER_RULETYPE_CUSTOMFILTER,
  self::AUTOFILTER_RULETYPE_DYNAMICFILTER,
  self::AUTOFILTER_RULETYPE_TOPTENFILTER,
);