I am trying to access the methods of my primary class in its subclass, but I seem not to be able to grab their values from the primary class. When I echo out the values in the primary class they seem to be their, but when I try to access them in the sub class they do not appear. Here is the code for the primary class and what I have for the subclass so far.
in the subclass createUserDir I cannot access the primary classes values. Any help is great.