OEModule\OphCoCvi\controllers\QRSignatureController::actionGenerateQRSignature PHP Method

actionGenerateQRSignature() public method

public actionGenerateQRSignature ( $QRContent )
    public function actionGenerateQRSignature($QRContent)
    {
        $QRHelper = new SignatureQRCodeGenerator();
        $QRHelper->generateQRSignatureBox($QRContent);
    }