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

  • AbstractCommandEvent
  • AbstractContainerAwareEvent
  • AbstractEnvironmentAwareEvent
  • AbstractModelAwareEvent
  • AbstractModelCommandEvent
  • AbstractViewAwareEvent
  • EventPropagator
  • PostCreateModelEvent
  • PostDeleteModelEvent
  • PostDuplicateModelEvent
  • PostPasteModelEvent
  • PostPersistModelEvent
  • PreCreateModelEvent
  • PreDeleteModelEvent
  • PreDuplicateModelEvent
  • PrePasteModelEvent
  • PrePersistModelEvent

Interfaces

  • CommandEventInterface
  • EventPropagatorInterface
  • ModelCommandEventInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class AbstractCommandEvent

This class is the base foundation for a command event.

Symfony\Component\EventDispatcher\Event
Extended by DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
Extended by DcGeneral\Event\AbstractCommandEvent implements DcGeneral\Event\CommandEventInterface

Direct known subclasses

DcGeneral\Event\AbstractModelCommandEvent
Abstract
Namespace: DcGeneral\Event
Package: DcGeneral\Event
Located at Event/AbstractCommandEvent.php
Methods summary
public
# __construct( DcGeneral\DataDefinition\Definition\View\CommandInterface $command, DcGeneral\EnvironmentInterface $environment )

Create a new instance.

Create a new instance.

Parameters

$command
DcGeneral\DataDefinition\Definition\View\CommandInterface
$command The command to attach.
$environment
DcGeneral\EnvironmentInterface
$environment The environment in use.

Overrides

DcGeneral\Event\AbstractEnvironmentAwareEvent::__construct()
public DcGeneral\DataDefinition\Definition\View\CommandInterface
# getCommand( )

Return the command.

Return the command.

Returns

DcGeneral\DataDefinition\Definition\View\CommandInterface

Implementation of

DcGeneral\Event\CommandEventInterface::getCommand()
Methods inherited from DcGeneral\Event\AbstractEnvironmentAwareEvent
getEnvironment()
Properties summary
protected DcGeneral\DataDefinition\Definition\View\CommandInterface $command
#

The command attached to the event.

The command attached to the event.

Properties inherited from DcGeneral\Event\AbstractEnvironmentAwareEvent
$environment
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0