Join Slack
Powered by
you only need to specify the instance if you got y...
# getting-started
f
fred.deschenes
01/11/2018, 9:57 PM
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
Open in Slack
Previous
Next