abstract class CustomElement implements JsonSerializable (View source)

Constants

STATUS_DRAFT

STATUS_READY_TO_PUBLISH

Properties

protected $id
protected $elementName
protected $author
protected $dateCreated
protected $batchIdentifier
protected $status

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

Details

abstract 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