You are here

public function PHPExcel::setSecurity in Loft Data Grids 7.2

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

Set security

Parameters

PHPExcel_DocumentSecurity $pValue:

File

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

Class

PHPExcel
PHPExcel

Code

public function setSecurity(PHPExcel_DocumentSecurity $pValue) {
  $this->_security = $pValue;
}