2015-02-17 UTC
# gRegor` A extends B and only adds one new method... From this new method I can successfully call $this->foo() and it works, except within foo a reference to $this->var does not seem to work. I've confirmed $this->var is set correctly in my method, both before and after the call to $this->foo()