\Cake\ORMAssociationsNormalizerTrait

Contains methods for parsing the associated tables array that is typically passed to a save operation

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
_normalizeAssociations()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

_normalizeAssociations()

_normalizeAssociations(array  $associations) : array

Returns an array out of the original passed associations list where dot notation is transformed into nested arrays so that they can be parsed by other routines

Parameters

array $associations

The array of included associations.

Returns

array —

An array having dot notation transformed into nested arrays