You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, underscores (multiple allowed) move further down the tree.
As part of instantiating the class, it also stores a reference to the SNMP object in the class (i.e. a reference to $snmpHost is stored in the object returned by useCisco_VTP()).
This instantiated class is returned where a method is then called. So:
$names = $snmpHost->useCisco_VTP()->vlanNames();
calls the vlanNames() function of the instantiated \OSS_SNMP\MIBS\Cisco\VTP class.