Example #1
0
 function __construct(Frame $frame, Dompdf $dompdf)
 {
     parent::__construct($frame, $dompdf);
     $this->_resolved_borders = array();
     $this->_content_height = 0;
 }