Calling an object from another in PHP using construct

How can I include objects in each other using PHP OOP?

I have 3 classes all classes make use of one another. I am trying to call them on __construct but it's creating an infinite calls to one another. How can I solve this?