PHP Класс MetaModels\DcGeneral\Events\Table\RenderSettings\Subscriber

Наследование: extends MetaModels\DcGeneral\Events\BaseSubscriber
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

buildJumpToWidget() публичный Метод

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.
Результат void

decodeJumpToValue() публичный Метод

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.
Результат void

encodeJumpToValue() публичный Метод

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.
Результат void

getCssFilesOptions() публичный статический Метод

Provide options for additional css files.
public static getCssFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void
$event MenAtWork\MultiColumnWizard\Event\GetOptionsEvent The event.
Результат void

getFilterSettings() защищенный Метод

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.
Результат array

getJsFilesOptions() публичный статический Метод

Provide options for additional javascript files.
public static getJsFilesOptions ( MenAtWork\MultiColumnWizard\Event\GetOptionsEvent $event ) : void
$event MenAtWork\MultiColumnWizard\Event\GetOptionsEvent The event.
Результат void

getTemplateOptions() публичный Метод

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.
Результат void

modelToLabel() публичный Метод

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.
Результат void

registerEventsInDispatcher() защищенный Метод

Register all listeners to handle creation of a data container.
protected registerEventsInDispatcher ( ) : void
Результат void