Home
last modified time | relevance | path

Searched refs:setProtection (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php103 public function setProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40) function in Mpdf\\Pdf\\Protection
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php23323 $this->encrypted = $this->protection->setProtection($permissions, $user_pass, $owner_pass, $length);