
Quick tip to access protected properties in PHP object
Calling an object that has a protected property that you need access to? This function will allow you to quickly access data stored in protected properties
Read more about Quick tip to access protected properties in PHP object