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 DefaultSearchElementInformation

Class DefaultSearchElementInformation.

Default implementation of a search definition on properties.

DcGeneral\DataDefinition\Definition\View\Panel\DefaultSearchElementInformation implements DcGeneral\DataDefinition\Definition\View\Panel\SearchElementInformationInterface
Namespace: DcGeneral\DataDefinition\Definition\View\Panel
Package: DcGeneral\DataDefinition\Definition\View\Panel
Located at DataDefinition/Definition/View/Panel/DefaultSearchElementInformation.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\SearchElementInformationInterface
# addProperty( string $propertyName )

Add a property name to the element.

Add a property name to the element.

Parameters

$propertyName
string
$propertyName The property to allow to search on.

Returns

DcGeneral\DataDefinition\Definition\View\Panel\SearchElementInformationInterface

Implementation of

DcGeneral\DataDefinition\Definition\View\Panel\SearchElementInformationInterface::addProperty()
public string[]
# getPropertyNames( )

Retrieve the list of properties to allow search on.

Retrieve the list of properties to allow search on.

Returns

string[]

Implementation of

DcGeneral\DataDefinition\Definition\View\Panel\SearchElementInformationInterface::getPropertyNames()
Properties summary
protected array $properties
#

The property names to search on.

The property names to search on.

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