コード例 #1
0
ファイル: TableCell.php プロジェクト: AlexandreSGV/siteentec
 function __construct(Frame $frame, Dompdf $dompdf)
 {
     parent::__construct($frame, $dompdf);
     $this->_resolved_borders = array();
     $this->_content_height = 0;
 }