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

  • AbstractCallbackListener
  • AbstractReturningCallbackListener
  • AbstractStaticCallbackListener
  • Callbacks
  • ContainerGetBreadcrumbCallbackListener
  • ContainerGlobalButtonCallbackListener
  • ContainerHeaderCallbackListener
  • ContainerOnCopyCallbackListener
  • ContainerOnCutCallbackListener
  • ContainerOnDeleteCallbackListener
  • ContainerOnLoadCallbackListener
  • ContainerOnSubmitCallbackListener
  • ContainerPasteButtonCallbackListener
  • ContainerPasteRootButtonCallbackListener
  • ModelChildRecordCallbackListener
  • ModelGroupCallbackListener
  • ModelLabelCallbackListener
  • ModelOperationButtonCallbackListener
  • ModelOptionsCallbackListener
  • PropertyInputFieldCallbackListener
  • PropertyInputFieldGetWizardCallbackListener
  • PropertyOnLoadCallbackListener
  • PropertyOnSaveCallbackListener
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class AbstractStaticCallbackListener

Class AbstractStaticCallbackListener.

Abstract base class for callbacks with static arguments that are independent from the event. The parameters are passed as optional list to the constructor.

DcGeneral\Contao\Callback\AbstractCallbackListener
Extended by DcGeneral\Contao\Callback\AbstractStaticCallbackListener

Direct known subclasses

DcGeneral\Contao\Callback\ContainerOnCutCallbackListener, DcGeneral\Contao\Callback\ContainerOnLoadCallbackListener, DcGeneral\Contao\Callback\ContainerOnSubmitCallbackListener
Abstract
Namespace: DcGeneral\Contao\Callback
Package: DcGeneral\Contao\Callback
Located at Contao/Callback/AbstractStaticCallbackListener.php
Methods summary
public
# __construct( mixed $callback, mixed $_ = null )

Create a new instance of the listener.

Create a new instance of the listener.

Parameters

$callback
mixed
$_ [optional] A variable list of arguments to be passed to the callback.
$_

Overrides

DcGeneral\Contao\Callback\AbstractCallbackListener::__construct()
public array
# getArgs( Symfony\Component\EventDispatcher\Event $event )

Retrieve the arguments for the callback.

Retrieve the arguments for the callback.

Parameters

$event
Symfony\Component\EventDispatcher\Event
$event The event being emitted.

Returns

array
Methods inherited from DcGeneral\Contao\Callback\AbstractCallbackListener
__invoke(), getCallback()
Properties summary
protected array $args
#

Arguments for the callback.

Arguments for the callback.

Properties inherited from DcGeneral\Contao\Callback\AbstractCallbackListener
$callback
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0