Trait AssociationsNormalizerTrait
Contains methods for parsing the associated tables array that is typically passed to a save operation
Namespace: Cake\ORM
Method Summary
-
_normalizeAssociations() protected
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
Method Detail
_normalizeAssociations() ΒΆ protected
_normalizeAssociations(array|string $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|string
$associations The array of included associations.
Returns
array