Back to Joomla project (class list)

Class AbstractEvent - list of methods

Event class for the Table's events

Extends

Direct known subclasses

Package: Joomla\CMS\Event\Table
Copyright: (C) 2016 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Event/Table/AbstractEvent.php
Project: Joomla

Method Summary

public
(mixed $name, array $arguments = [])

Parameters
  • string $name The event name.
  • array $arguments The event arguments.
Since
  • 1.0
-
  • \BadMethodCallException
Show source code of this method: __construct Source Code

protected \Joomla\CMS\Table\TableInterface
(mixed $value)

Setter for the subject argument
Parameters
  • \Joomla\CMS\Table\TableInterface $value The value to set
Returns
  • \Joomla\CMS\Table\TableInterface
-
  • \BadMethodCallException If the argument is not of the expected type.
Show source code of this method: setSubject Source Code

Tags Summary

Since
4.0.0