Builder_Collection

class Builder_Collection

Package: Record\Builder

Build a collection.

property _recordClass
property _settableProperties
property _elementTexts
setElementTexts(array $elementTexts)

Set the element texts for the collection.

Parameters:
  • $elementTexts (array) –
_addElementTexts()

Add element texts to a record.

_replaceElementTexts()

Replace all the element texts for existing element texts.

_beforeBuild(Omeka_Record_AbstractRecord $record)

Add elements associated with the collection.

Parameters: