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

  • AbstractConditionChain
  • DataProviderInformation
  • DefaultContainer

Interfaces

  • ConditionChainInterface
  • ConditionInterface
  • ContainerInterface
  • DataProviderInformationInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Interface DataProviderInformationInterface

A generic data provider information.

Direct known implementers

DcGeneral\DataDefinition\DataProviderInformation

Indirect known implementers

DcGeneral\Contao\Dca\ContaoDataProviderInformation
Namespace: DcGeneral\DataDefinition
Package: DcGeneral\DataDefinition
Located at DataDefinition/DataProviderInformationInterface.php
Methods summary
public DcGeneral\DataDefinition\DataProviderInformationInterface
# setName( string $name )

Set the name of the data provider.

Set the name of the data provider.

Parameters

$name
string
$name The name.

Returns

DcGeneral\DataDefinition\DataProviderInformationInterface
public string
# getName( )

Retrieve the name of the data provider.

Retrieve the name of the data provider.

Returns

string
public DcGeneral\DataDefinition\DataProviderInformationInterface
# setVersioningEnabled( boolean $versioningEnabled )

Set if versioning is enabled for this data provider or not.

Set if versioning is enabled for this data provider or not.

Parameters

$versioningEnabled
boolean
$versioningEnabled The flag.

Returns

DcGeneral\DataDefinition\DataProviderInformationInterface
public boolean
# isVersioningEnabled( )

Check if versioning is enabled for this data provider or not.

Check if versioning is enabled for this data provider or not.

Returns

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