Lets say I'm building a base class which will be extended upon by the children class. So a base class is called Base
and children can be Child1
, Child2
, etc.
In the base class's constructor, how can i get the value of Child1/Child2?
This is all using PHP
See Question&Answers more detail:os