You are here

public function PHPExcel_Style_Conditional::getOperatorType 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::getOperatorType()

Get Operator type

Return value

string

File

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

Class

PHPExcel_Style_Conditional
PHPExcel_Style_Conditional

Code

public function getOperatorType() {
  return $this->_operatorType;
}