PHP 클래스 MetaModels\DcGeneral\Events\Table\RenderSettings\Subscriber

상속: extends MetaModels\DcGeneral\Events\BaseSubscriber
파일 보기 프로젝트 열기: metamodels/core

공개 메소드들

메소드 설명
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