[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Event/Table/ -> AfterLoadEvent.php (summary)

Joomla! Content Management System

Copyright: (C) 2016 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 82 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AfterLoadEvent:: (3 methods):
  __construct()
  setResult()
  setRow()


Class: AfterLoadEvent  - X-Ref

Event class for JTable's onAfterLoad event

__construct($name, array $arguments = array()   X-Ref
Constructor.

Mandatory arguments:
subject  JTableInterface The table we are operating on
result   boolean         Did the table record load succeed?
row      null|array      The values loaded from the database, null if it failed

param: string  $name       The event name.
param: array   $arguments  The event arguments.

setResult($value)   X-Ref
Setter for the result argument

param: boolean  $value  The value to set
return: boolean

setRow($value)   X-Ref
Setter for the row argument

param: array|null  $value  The value to set
return: array|null



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer