You are here

private static property PHPExcel_Worksheet_AutoFilter_Column_Rule::$_topTenType 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::_topTenType

File

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

Class

PHPExcel_Worksheet_AutoFilter_Column_Rule
PHPExcel_Worksheet_AutoFilter_Column_Rule

Code

private static $_topTenType = array(
  self::AUTOFILTER_COLUMN_RULE_TOPTEN_TOP,
  self::AUTOFILTER_COLUMN_RULE_TOPTEN_BOTTOM,
);