Deprecated
Table of Contents
IReader.php
Line | Element | Reason |
---|---|---|
24 | IReader::SKIP_EMPTY_CELLS | use IGNORE_EMPTY_CELLS instead. |
Settings.php
Line | Element | Reason |
---|---|---|
100 | Settings::setLibXmlLoaderOptions() | no longer needed |
118 | Settings::getLibXmlLoaderOptions() | no longer needed |
Drawing.php
Line | Element | Reason |
---|---|---|
202 | Drawing::setIsURL() | not needed, property is set by setPath |
Worksheet.php
Line | Element | Reason |
---|---|---|
1924 | Worksheet::getProtectedCells() | use getProtectedCellRanges instead |
3160 | Worksheet::getHashCode() | use getHashInt instead. |
Html.php
Line | Element | Reason |
---|---|---|
125 | Html::$isMPdf | use instanceof Mpdf instead |
Mpdf.php
Line | Element | Reason |
---|---|---|
18 | Mpdf::$isMPdf | use instanceof Mpdf instead |