• #indieweb 2015-02-17
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2015-02-17 UTC
# 01:42
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()