[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Event/Table/ -> AfterMoveEvent.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: 110 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AfterMoveEvent:: (4 methods):
  __construct()
  setRow()
  setDelta()
  setWhere()


Class: AfterMoveEvent  - X-Ref

Event class for JTable's onAfterMove event

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

Mandatory arguments:
subject      JTableInterface The table we are operating on
row          stdClass|null   The primary keys and ordering value for the selection.
delta        int             The direction and magnitude to move the row in the ordering sequence.
where        string          WHERE clause which was used for limiting the selection of rows to compact the ordering values.

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

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

param: stdClass|null  $value  The value to set
return: mixed

setDelta($value)   X-Ref
Setter for the delta argument

param: int  $value  The value to set
return: integer

setWhere($value)   X-Ref
Setter for the where argument

param: string|null  $value  The value to set
return: mixed



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