Field mapping #1

Open
opened 2021-02-07 01:04:50 +00:00 by devastator · 0 comments
Owner

investigate field mapping (to be able to specify name transformation matrix)

eg. ['id'=>1, 'value'=>'test'] with transformation matrix like ['value'=>'parameter'] to class A { private $id; private $parameter; ... }

investigate field mapping (to be able to specify name transformation matrix) eg. `['id'=>1, 'value'=>'test']` with transformation matrix like `['value'=>'parameter']` to `class A { private $id; private $parameter; ... }`
Sign in to join this conversation.
No description provided.