Posts by João Garcia • 11 points
1 post
-
1
votes1
answer942
viewsQ: How to access parent class attributes in PHP?
How do I access the parent class attributes once I instated the child? Direct access $Filho->atributoPai doesn’t work. Access by function $Filho->getterPai doesn’t work. For every inherited…