+ initial work towards a new tdo/doa abstraction on the database level
[vsc.git] / _res / _libs / models / tdoentitya.php
blobc9564bbff31ec45b5ccfe4e1d78cc87bb6668eaa
1 <?php
2 /**
3 * The abstract object entity - it represents an entry in the database.
4 * @package vsc_ts_models
5 * @author Marius Orcsik <marius@habarnam.ro>
6 * @date 09.02.26
7 */
8 abstract class tdoEntityA {
9 /**
10 * @return []
12 public function toArray ();
14 /**
15 * @param mixed[string] $aIncArray
16 * @return void
18 public function fromArray ($aIncArray);