PHP Class MetaModels\DcGeneral\Events\Table\RenderSettings\Subscriber

Inheritance: extends MetaModels\DcGeneral\Events\BaseSubscriber
Datei anzeigen Open project: metamodels/core

Public Methods

Method Description
buildJumpToWidget ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BuildWidgetEvent $event ) : void Provide options for template selection.
decodeJumpToValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent $event ) : void Translates the values of the jumpTo entries into the real array.
encodeJumpToValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent $event ) : void Translates the values of the jumpTo entries into the internal array.
getCssFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void Provide options for additional css files.
getJsFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void Provide options for additional javascript files.
getTemplateOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Provide options for template selection.
modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void Draw the render setting.

Protected Methods

Method Description
getFilterSettings ( ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model ) : array Retrieve the model filters for the MCW.
registerEventsInDispatcher ( ) : void Register all listeners to handle creation of a data container.

Method Details

buildJumpToWidget() public method

Provide options for template selection.
public buildJumpToWidget ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BuildWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\BuildWidgetEvent The event.
return void

decodeJumpToValue() public method

Translates the values of the jumpTo entries into the real array.
public decodeJumpToValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent The event.
return void

encodeJumpToValue() public method

Translates the values of the jumpTo entries into the internal array.
public encodeJumpToValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent The event.
return void

getCssFilesOptions() public static method

Provide options for additional css files.
public static getCssFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void
$event MenAtWork\MultiColumnWizard\Event\GetOptionsEvent The event.
return void

getFilterSettings() protected method

Retrieve the model filters for the MCW.
protected getFilterSettings ( ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model ) : array
$model ContaoCommunityAlliance\DcGeneral\Data\ModelInterface The model containing the currently edited render setting.
return array

getJsFilesOptions() public static method

Provide options for additional javascript files.
public static getJsFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void
$event MenAtWork\MultiColumnWizard\Event\GetOptionsEvent The event.
return void

getTemplateOptions() public method

Provide options for template selection.
public getTemplateOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
return void

modelToLabel() public method

Draw the render setting.
public modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent The event.
return void

registerEventsInDispatcher() protected method

Register all listeners to handle creation of a data container.
protected registerEventsInDispatcher ( ) : void
return void