如何查看哪个类(控制器,方法..)调用模型保存,更新,创建

I have several classes where I update the model. In the model I have created boot methods where I call some logic and in this logic I want to know which class is the initiator of the Model being updating or creating.

How can I find out this?