Method |
Description |
|
__construct ( EntityManager $em, array $mapping, array $elements = [] ) |
RepeatingFieldCollection constructor. |
|
add ( FieldCollection $collection ) : boolean |
|
|
addFromArray ( array $fields, integer $grouping, object $entity = null ) |
|
|
addFromReferences ( array $ids, integer $grouping ) |
|
|
flatten ( ) |
|
|
getEmptySet ( ) |
|
|
getExisting ( ) : array |
|
|
getName ( ) : mixed |
|
|
getNew ( ) : array |
|
|
getOriginal ( object $entity ) : mixed | null |
This loops over the existing collection to see if the properties in the incoming
are already available on a saved record. |
|
setName ( mixed $name ) |
|
|
update ( RepeatingFieldCollection $collection ) : RepeatingFieldCollection[] |
|
|