[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Event/ -> AbstractImmutableEvent.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: 98 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AbstractImmutableEvent:: (3 methods):
  __construct()
  offsetSet()
  offsetUnset()


Class: AbstractImmutableEvent  - X-Ref

This class implements the immutable base Event object used system-wide to offer orthogonality.

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

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

offsetSet($name, $value)   X-Ref
Set the value of an event argument.

param: string  $name   The argument name.
param: mixed   $value  The argument value.
return: void

offsetUnset($name)   X-Ref
Remove an event argument.

param: string  $name  The argument name.
return: void



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