diff --git a/element/element.class.php b/element/element.class.php index 0928ce0..a7e6959 100644 --- a/element/element.class.php +++ b/element/element.class.php @@ -173,9 +173,7 @@ abstract class customcert_element_base { * @param pdf $pdf the pdf object * @param bool $preview true if it is a preview, false otherwise */ - public function render($pdf, $preview) { - // Must be overridden. - } + public abstract function render($pdf, $preview); /** * Common behaviour for rendering specified content on the pdf.