public function PHPExcel_Cell_DataValidation::getOperator in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataValidation.php \PHPExcel_Cell_DataValidation::getOperator()
Get Operator
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ DataValidation.php, line 260
Class
- PHPExcel_Cell_DataValidation
- PHPExcel_Cell_DataValidation
Code
public function getOperator() {
return $this->_operator;
}