You are here

public function PHPExcel_Style_Conditional::getConditions in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php \PHPExcel_Style_Conditional::getConditions()

Get Conditions

Return value

string[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php, line 199

Class

PHPExcel_Style_Conditional
PHPExcel_Style_Conditional

Code

public function getConditions() {
  return $this->_condition;
}