You are here

public function PHPExcel_DocumentSecurity::__construct in Loft Data Grids 7.2

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

Create a new PHPExcel_DocumentSecurity

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentSecurity.php, line 76

Class

PHPExcel_DocumentSecurity
PHPExcel_DocumentSecurity

Code

public function __construct() {

  // Initialise values
  $this->_lockRevision = false;
  $this->_lockStructure = false;
  $this->_lockWindows = false;
  $this->_revisionsPassword = '';
  $this->_workbookPassword = '';
}