php增强一个类通常有4中途径

1、使用__call以及__set/__get等魔术方法

2、使用反射

3、使用trait

4、使用继承和组合

原文地址:https://www.cnblogs.com/liyuchuan/p/12859074.html