You are here

public function PHPExcel::setMacrosCertificate in Loft Data Grids 7.2

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

* Set the macros certificate * *

Parameters

binary|null:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 192

Class

PHPExcel
PHPExcel

Code

public function setMacrosCertificate($Certificate = NULL) {
  $this->_macrosCertificate = $Certificate;
}