common
                                
                                 common copied to clipboard
                                
                                    common copied to clipboard
                            
                            
                            
                        feat(ProxyGenerator): update regex pattern to match simple id getters with custom id type
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)