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

  • Ajax
  • Ajax2X
  • Ajax3X
  • DefaultController

Interfaces

  • ControllerInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class Ajax

Class Ajax - General purpose Ajax handler for "executePostActions" as we can not use the default Contao handling.

See Contao core issue #5957. https://github.com/contao/core/pull/5957

Backend
Extended by DcGeneral\Controller\Ajax

Direct known subclasses

DcGeneral\Controller\Ajax2X, DcGeneral\Controller\Ajax3X
Abstract
Namespace: DcGeneral\Controller
Copyright: The MetaModels team.
License: LGPL.
Author: Christian Schiffler <c.schiffler@cyberspectrum.de>
Located at Controller/Ajax.php
Methods summary
public
# __construct( )
protected static mixed
# getGet( mixed $key, boolean $blnDecodeEntities = false, boolean $blnKeepUnused = false )

Compat wrapper for contao 2.X and 3.X - delegates to the relevant input handler.

Compat wrapper for contao 2.X and 3.X - delegates to the relevant input handler.

Parameters

$key
mixed
$key
$blnDecodeEntities
boolean
$blnDecodeEntities
$blnKeepUnused
boolean
$blnKeepUnused

Returns

mixed
protected static mixed
# getPost( mixed $key, boolean $blnDecodeEntities = false )

Compat wrapper for contao 2.X and 3.X - delegates to the relevant input handler.

Compat wrapper for contao 2.X and 3.X - delegates to the relevant input handler.

Parameters

$key
mixed
$key
$blnDecodeEntities
boolean
$blnDecodeEntities

Returns

mixed
protected static
# getAjaxId( )
protected static
# getAjaxKey( )
protected static
# getAjaxName( )
protected
# loadStructure( DcGeneral\DataContainerInterface $objDc )
protected
# loadFileManager( DcGeneral\DataContainerInterface $objDc )
abstract protected
# loadPagetree( DcGeneral\DataContainerInterface $objDc )
abstract protected
# loadFiletree( DcGeneral\DataContainerInterface $objDc )
abstract protected
# reloadPagetree( DcGeneral\DataContainerInterface $objDc )
abstract protected
# reloadFiletree( DcGeneral\DataContainerInterface $objDc )
protected
# toggleFeatured( DcGeneral\DataContainerInterface $objDc )
protected
# toggleSubpalette( DcGeneral\DataContainerInterface $objDc )
protected
# callHooks( mixed $strAction, DcGeneral\DataContainerInterface $objDc )
public
# executePostActions( DcGeneral\DataContainerInterface $objDc )

Parameters

$objDc
String
$strAction
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0