public function PHPExcel::hasMacrosCertificate in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::hasMacrosCertificate()
* Is the project signed ? * *
Return value
true|false
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 201
Class
- PHPExcel
- PHPExcel
Code
public function hasMacrosCertificate() {
return !is_null($this->_macrosCertificate);
}