You are here

function PHPExcel_DocumentSecurity::getRevisionsPassword 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::getRevisionsPassword()

Get RevisionsPassword (hashed)

Return value

string

File

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

Class

PHPExcel_DocumentSecurity
PHPExcel_DocumentSecurity

Code

function getRevisionsPassword() {
  return $this->_revisionsPassword;
}