Back to Joomla project (class list)

Class AfterReorderEvent - list of methods

Event class for JTable's onAfterReorder event

Extends

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/AfterReorderEvent.php
Project: Joomla

Method Summary

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

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

protected mixed
(mixed $value)

Setter for the where argument
Parameters
  • array|string|null $value A string or array of where conditions.
Returns
  • mixed
-
  • \BadMethodCallException if the argument is not of the expected type
Show source code of this method: setWhere Source Code

Tags Summary

Since
4.0.0