Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
getLove在未定义的情况下,我尝试将变量的值设置为“” :
getLove
`$money = $dollar->getCash()->getLove ?? "";`
但我仍然收到错误消息:
尝试调用“Proxies__CG__\App\Entity\Happiness”类的名为“getLove”的未定义方法。
使用method_exists,请注意这不考虑“__call()”。