_mergeVars()
_mergeVars(array $properties, array $options = array()) : void
Merge the list of $properties with all parent classes of the current class.
Options:
associative
- A list of properties that should be treated as associative arrays. Properties in this list will be passed through Hash::normalize() before merging.
Parameters
array | $properties | An array of properties and the merge strategy for them. |
array | $options | The options to use when merging properties. |