common icon indicating copy to clipboard operation
common copied to clipboard

feat(ProxyGenerator): update regex pattern to match simple id getters with custom id type

Open simPod opened this issue 2 years ago • 0 comments

This allows returning VO from id getter while it does not trigger entity lazy load.

Supports return $this->id|VO::someconstructor($this->id)|new VO($this->id)

simPod avatar Apr 14 '23 09:04 simPod