you only need to specify the instance if you got y...
# getting-started
f
you only need to specify the instance if you got your reference from the class itself and not from an instance, ie:
TheClass::foo
would need the instance,
TheClass()::foo
would not