OEModule\OphCoCvi\controllers\DefaultController::actionPDFPrint PHP Method

actionPDFPrint() public method

public actionPDFPrint ( $id )
$id
    public function actionPDFPrint($id)
    {
        $this->redirect('/file/view/' . $this->getManager()->getEventInfoElementForEvent($this->event)->generated_document_id . '/' . $this->getManager()->getEventInfoElementForEvent($this->event)->generated_document->name);
    }