File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1414use XBase \Record \RecordInterface ;
1515use XBase \Stream \Stream ;
1616
17+ /**
18+ * @deprecated since 1.4 and will be deleted in 2.0. Use TableReader instead.
19+ */
1720class Table
1821{
1922 /** @var int Table header length in bytes */
Original file line number Diff line number Diff line change 1+ <?php declare (strict_types=1 );
2+
3+ namespace XBase ;
4+
5+ class TableEditor extends WritableTable
6+ {
7+ }
Original file line number Diff line number Diff line change 1+ <?php declare (strict_types=1 );
2+
3+ namespace XBase ;
4+
5+ class TableReader extends Table
6+ {
7+ }
Original file line number Diff line number Diff line change 1414use XBase \Stream \Stream ;
1515use XBase \Traits \CloneTrait ;
1616
17+ /**
18+ * @deprecated since 1.4 and will be deleted in 2.0. Use TableEditor instead.
19+ */
1720class WritableTable extends Table
1821{
1922 use CloneTrait;
You can’t perform that action at this time.
0 commit comments