class SummaryObject implements ObjectInterface (View source)

Properties

protected $summaryObject

Methods

__construct(SummaryObjectInterface $summaryObject = null)

No description

jsonSerialize()

No description

string|null
getSlotContentObjectTitle()

Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors

void
refresh(Application $app)

Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.

array
getDesignTags()

No description

void
display(Application $app)

Prints out the current object, rendering it in a template.

denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])

No description

Details

__construct(SummaryObjectInterface $summaryObject = null)

No description

Parameters

SummaryObjectInterface $summaryObject

SummaryObjectInterface getSummaryObject()

No description

Return Value

SummaryObjectInterface

jsonSerialize()

No description

string|null getSlotContentObjectTitle()

Returns the title of the content object. Useful in admin interfaces when we choose from potential content object form factors

Return Value

string|null

void refresh(Application $app)

Refreshes the content object without changing any slot attributes. Useful for when summary objects need to update their fields, etc.

..

Parameters

Application $app

Return Value

void

array getDesignTags()

No description

Return Value

array

void display(Application $app)

Prints out the current object, rendering it in a template.

Parameters

Application $app

Return Value

void

denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
$format
array $context