Overview

Namespaces

  • DcGeneral
    • Clipboard
    • Contao
      • Callback
      • Compatibility
      • DataDefinition
        • Definition
      • Dca
        • Builder
          • Legacy
        • Definition
        • Palette
        • Populator
      • Event
      • View
        • Contao2BackendView
          • Event
    • Controller
    • Data
    • DataDefinition
      • Builder
      • Definition
        • Properties
        • View
          • Panel
      • ModelRelationship
      • Palette
        • Builder
          • Event
        • Condition
          • Palette
          • Property
    • EnvironmentPopulator
    • Event
    • Exception
    • Factory
      • Event
    • Panel
    • View
      • Event

Classes

  • DefaultFilterElementInformation
  • DefaultLimitElementInformation
  • DefaultSearchElementInformation
  • DefaultSortElementInformation
  • DefaultSubmitElementInformation

Interfaces

  • ElementInformationInterface
  • FilterElementInformationInterface
  • LimitElementInformationInterface
  • SearchElementInformationInterface
  • SortElementInformationInterface
  • SubmitElementInformationInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class DefaultFilterElementInformation

Class DefaultFilterElementInformation.

Default implementation of a filter definition for a property.

DcGeneral\DataDefinition\Definition\View\Panel\DefaultFilterElementInformation implements DcGeneral\DataDefinition\Definition\View\Panel\FilterElementInformationInterface
Namespace: DcGeneral\DataDefinition\Definition\View\Panel
Package: DcGeneral\DataDefinition\Definition\View\Panel
Located at DataDefinition/Definition/View/Panel/DefaultFilterElementInformation.php
Methods summary
public string
# getName( )

The name of the element.

The name of the element.

Returns

string

Implementation of

DcGeneral\DataDefinition\Definition\View\Panel\ElementInformationInterface::getName()
public DcGeneral\DataDefinition\Definition\View\Panel\FilterElementInformationInterface
# setPropertyName( string $propertyName )

Set the name of the property to filter on.

Set the name of the property to filter on.

Parameters

$propertyName
string
$propertyName The property to filter on.

Returns

DcGeneral\DataDefinition\Definition\View\Panel\FilterElementInformationInterface

Implementation of

DcGeneral\DataDefinition\Definition\View\Panel\FilterElementInformationInterface::setPropertyName()
public string
# getPropertyName( )

Retrieve the name of the property to filter on.

Retrieve the name of the property to filter on.

Returns

string

Implementation of

DcGeneral\DataDefinition\Definition\View\Panel\FilterElementInformationInterface::getPropertyName()
Properties summary
protected string $propertyName
#

The name of the property to filter on.

The name of the property to filter on.

contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0