A previously question on static references was closed as vague. In any event, I now know the the answer (and will hopefully remember the "solution"), but what is this technique called?
The most popular answer states:
Your instance variable cannot be referenced from a static context. You need an object of the class to get (a reference to) it's contents.
This question has been asked before. Surely there's a catch-phrase for this approach?