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

Class DataProviderInformation

A generic data provider information.

DcGeneral\DataDefinition\DataProviderInformation implements DcGeneral\DataDefinition\DataProviderInformationInterface

Direct known subclasses

DcGeneral\Contao\Dca\ContaoDataProviderInformation
Namespace: DcGeneral\DataDefinition
Package: DcGeneral\DataDefinition
Located at DataDefinition/DataProviderInformation.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

Implementation of

DcGeneral\DataDefinition\DataProviderInformationInterface::setName()
public string
# getName( )

Retrieve the name of the data provider.

Retrieve the name of the data provider.

Returns

string

Implementation of

DcGeneral\DataDefinition\DataProviderInformationInterface::getName()
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

Implementation of

DcGeneral\DataDefinition\DataProviderInformationInterface::setVersioningEnabled()
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

Implementation of

DcGeneral\DataDefinition\DataProviderInformationInterface::isVersioningEnabled()
Properties summary
protected string $name
#

The name of the data provider information.

The name of the data provider information.

protected boolean $versioningEnabled
#

Flag determining if versioning is enabled for this provider or not.

Flag determining if versioning is enabled for this provider or not.

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