class ItemSelectorCustomElement extends CustomElement (View source)

Constants

STATUS_DRAFT

STATUS_READY_TO_PUBLISH

Properties

protected $id from  CustomElement
protected $elementName from  CustomElement
protected $author from  CustomElement
protected $dateCreated from  CustomElement
protected $batchIdentifier from  CustomElement
protected $status from  CustomElement
protected $items
protected $contentObjectCollection
protected $slotTemplate

Methods

createBlock()

No description

mixed
getID()

No description

mixed
getElementName()

No description

void
setElementName(mixed $elementName)

No description

mixed
getDateCreated()

No description

void
setDateCreated(mixed $dateCreated)

No description

mixed
getAuthor()

No description

void
setAuthor(mixed $author)

No description

mixed
getBatchIdentifier()

No description

void
setBatchIdentifier(mixed $batchIdentifier)

No description

mixed
getStatus()

No description

void
setStatus(mixed $status)

No description

getDateCreatedDateTime()

No description

jsonSerialize()

No description

mixed
getItems()

No description

mixed
getContentObjectCollection()

No description

void
setContentObjectCollection(mixed $contentObjectCollection)

No description

mixed
getSlotTemplate()

No description

void
setSlotTemplate(mixed $slotTemplate)

No description

Details

Block createBlock()

No description

Return Value

Block

mixed getID()

No description

Return Value

mixed

mixed getElementName()

No description

Return Value

mixed

void setElementName(mixed $elementName)

No description

Parameters

mixed $elementName

Return Value

void

mixed getDateCreated()

No description

Return Value

mixed

void setDateCreated(mixed $dateCreated)

No description

Parameters

mixed $dateCreated

Return Value

void

mixed getAuthor()

No description

Return Value

mixed

void setAuthor(mixed $author)

No description

Parameters

mixed $author

Return Value

void

mixed getBatchIdentifier()

No description

Return Value

mixed

void setBatchIdentifier(mixed $batchIdentifier)

No description

Parameters

mixed $batchIdentifier

Return Value

void

mixed getStatus()

No description

Return Value

mixed

void setStatus(mixed $status)

No description

Parameters

mixed $status

Return Value

void

getDateCreatedDateTime()

No description

jsonSerialize()

No description

mixed getItems()

No description

Return Value

mixed

mixed getContentObjectCollection()

No description

Return Value

mixed

void setContentObjectCollection(mixed $contentObjectCollection)

No description

Parameters

mixed $contentObjectCollection

Return Value

void

mixed getSlotTemplate()

No description

Return Value

mixed

void setSlotTemplate(mixed $slotTemplate)

No description

Parameters

mixed $slotTemplate

Return Value

void