Свойство | Тип | Описание | |
---|---|---|---|
$metaModelCache | MetaModels\IMetaModel[] | Map is: [id of render setting] => IMetaModel. |
Метод | Описание | |
---|---|---|
addCondition ( ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface $property, ContaoCommunityAlliance\DcGeneral\DataDefinition\ConditionInterface $condition ) : void | Add a condition to a property. | |
buildPaletteConditions ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void | Build the data definition palettes. | |
getAttributeOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void | Retrieve the options for the attributes. | |
getLegend ( string $name, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface $palette, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $prevLegend = null ) : ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface | Retrieve the legend with the given name. | |
getProperty ( string $name, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $legend ) : ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface | Retrieve a property from a legend or create a new one. | |
getTemplateOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void | Provide options for default selection. | |
modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void | Draw the render setting. |
Метод | Описание | |
---|---|---|
buildMetaPaletteConditions ( ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface $palette ) : void | Apply conditions for meta palettes of the certain render setting types. | |
getMetaModel ( ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model ) : MetaModels\IMetaModel | Retrieve the MetaModel instance from a render settings model. | |
registerEventsInDispatcher ( ) : void | Register all listeners to handle creation of a data container. |
public addCondition ( ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface $property, ContaoCommunityAlliance\DcGeneral\DataDefinition\ConditionInterface $condition ) : void | ||
$property | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface | The property. |
$condition | ContaoCommunityAlliance\DcGeneral\DataDefinition\ConditionInterface | The condition to add. |
Результат | void |
protected buildMetaPaletteConditions ( ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface $palette ) : void | ||
$palette | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface | The palette. |
Результат | void |
public buildPaletteConditions ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void | ||
$event | ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent | The event. |
Результат | void |
public getAttributeOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void | ||
$event | ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent | The event. |
Результат | void |
public getLegend ( string $name, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface $palette, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $prevLegend = null ) : ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface | ||
$name | string | Name of the legend. |
$palette | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PaletteInterface | The palette. |
$prevLegend | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface | The previous legend. |
Результат | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface |
protected getMetaModel ( ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model ) : MetaModels\IMetaModel | ||
$model | ContaoCommunityAlliance\DcGeneral\Data\ModelInterface | The model to fetch the MetaModel instance for. |
Результат | MetaModels\IMetaModel |
public getProperty ( string $name, ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $legend ) : ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface | ||
$name | string | The legend name. |
$legend | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface | The legend instance. |
Результат | ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface |
public getTemplateOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void | ||
$event | ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent | The event. |
Результат | void |
public modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void | ||
$event | ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent | The event. |
Результат | void |
protected registerEventsInDispatcher ( ) : void | ||
Результат | void |