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

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

공개 메소드들

메소드 설명
decodeAttrValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent $event ) : void Translates an attribute id to a generated alias.
encodeAttrValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent $event ) : void Translates an generated alias to the corresponding attribute id.
getAttrOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Provide options for attribute type selection.
getMetaModel ( ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment ) : MetaModels\IMetaModel Retrieve the MetaModel attached to the model filter setting.
modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void Draw the render setting.
setVisibility ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void Set the visibility condition for the widget.

보호된 메소드들

메소드 설명
addCondition ( ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface $property, ContaoCommunityAlliance\DcGeneral\DataDefinition\ConditionInterface $condition ) : void Add a visible condition.
registerEventsInDispatcher ( ) : void Register all listeners to handle creation of a data container.

메소드 상세

addCondition() 보호된 메소드

Add a visible condition.
protected 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

decodeAttrValue() 공개 메소드

Translates an attribute id to a generated alias.
public decodeAttrValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent The event.
리턴 void

encodeAttrValue() 공개 메소드

Translates an generated alias to the corresponding attribute id.
public encodeAttrValue ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent The event.
리턴 void

getAttrOptions() 공개 메소드

Provide options for attribute type selection.
public getAttrOptions ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
리턴 void

getMetaModel() 공개 메소드

Retrieve the MetaModel attached to the model filter setting.
public getMetaModel ( ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment ) : MetaModels\IMetaModel
$environment ContaoCommunityAlliance\DcGeneral\EnvironmentInterface The environment.
리턴 MetaModels\IMetaModel

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

setVisibility() 공개 메소드

Manipulate the data definition for the property "rendergrouptype" in table "tl_metamodel_dca_sortgroup".
public setVisibility ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent The event.
리턴 void