You are here

public function PHPExcel::getSecurity in Loft Data Grids 7.2

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

Get security

Return value

PHPExcel_DocumentSecurity

File

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

Class

PHPExcel
PHPExcel

Code

public function getSecurity() {
  return $this->_security;
}