I have a class called base, and a class called structure which extends base.
I call structure in the base class and assigned it to self::$structure. I then tried to print it out. I assigned it to self::.... because I thought I might need to pass it to another class which extends base.
Bookmarks