PHP Class Neos\Flow\Annotations\ValueObject

Regarding Doctrine the object is treated like an entity, but Flow applies some optimizations internally, e.g. to store only one instance of a value object.
Datei anzeigen Open project: neos/flow-development-collection

Public Properties

Property Type Description
$embedded boolean Whether the value object should be embedded.

Property Details

$embedded public_oe property

Whether the value object should be embedded.
public bool $embedded
return boolean