-
Notifications
You must be signed in to change notification settings - Fork 2
variable_traverse_string
Hyomoto edited this page Oct 18, 2020
·
4 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Returns: mixed
Retrieves the variable stored in ref whether it is an object or a structure. Will throw an exception if ref doesn't exist, or the value isn't found.
// no example| Name | Type | Purpose |
|---|---|---|
| ref | struct/instance |
The struct or instance to traverse |
| variable | string |
The variable to return |
Devon Mullane 2020