CakePdf\Pdf\Crypto\AbstractPdfCrypto::__construct PHP Method

__construct() public method

Constructor
public __construct ( CakePdf $Pdf )
$Pdf CakePdf\Pdf\CakePdf CakePdf instance
    public function __construct(CakePdf $Pdf)
    {
        $this->_Pdf = $Pdf;
    }