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

  • ExtendedDca
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class ExtendedDca

Class ExtendedDca.

This interface holds information that extends the default DC_Table compatible definition. It holds reference of which classes to use for the controller, the view and the callbacks.

DcGeneral\Contao\Dca\Definition\ExtendedDca implements DcGeneral\DataDefinition\Definition\DefinitionInterface
Namespace: DcGeneral\Contao\Dca\Definition
Package: DcGeneral\Contao\Dca\Definition
Located at Contao/Dca/Definition/ExtendedDca.php
Methods summary
public
# setControllerClass( string $controllerClass )

Set the class name of the controller class.

Set the class name of the controller class.

Parameters

$controllerClass
string
$controllerClass The class name.
public string
# getControllerClass( )

Get the class name of the controller class.

Get the class name of the controller class.

Returns

string
public
# setViewClass( string $viewClass )

Set the class name of the view class.

Set the class name of the view class.

Parameters

$viewClass
string
$viewClass The class name.
public string
# getViewClass( )

Get the class name of the view class.

Get the class name of the view class.

Returns

string
Constants summary
string NAME 'extended-dca'
#
Properties summary
protected string $controllerClass
#

Controller class to use.

Controller class to use.

protected string $viewClass
#

View class to use.

View class to use.

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