You are here

public function PHPExcel_Style_Conditional::getConditionType in Loft Data Grids 6.2

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

Get Condition type

Return value

string

File

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

Class

PHPExcel_Style_Conditional
PHPExcel_Style_Conditional

Code

public function getConditionType() {
  return $this->_conditionType;
}