Back to Joomla project (class list)

Class AfterLoadEvent - list of methods

Event class for JTable's onAfterLoad 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/AfterLoadEvent.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 bool
(mixed $value)

Setter for the result argument
Parameters
  • bool $value The value to set
Returns
  • bool
-
  • \BadMethodCallException if the argument is not of the expected type
Show source code of this method: setResult Source Code

protected array|null
(mixed $value)

Setter for the row argument
Parameters
  • array|null $value The value to set
Returns
  • array|null
-
  • \BadMethodCallException if the argument is not of the expected type
Show source code of this method: setRow Source Code

Tags Summary

Since
4.0.0