Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php63 private $uniqidGenerator; variable in Mpdf\\Pdf\\Protection
65 public function __construct(UniqidGenerator $uniqidGenerator) argument
74 $this->uniqidGenerator = $uniqidGenerator;
311 $this->uniqid = $this->uniqidGenerator->generate();