I am fairly new in PHP and want to ask a question. I know if you want to access a properties or method within a class or object you can use $this->properties
or $this->method
.
But I encountered a code like this $this->context->cart
Can someone please explain the meaning behind this code ?
If there is another similar question already being asked in SO can you please provide me the link, I will check it out.
Big Thanks