Oihana PHP System

AfterTruncate extends Payload

Notice emitted after a collection has been truncated.

Example:

$notice = new AfterTruncate
(
    target  : $this,
    context : $init
);
$signal->emit( $notice ) ;
Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Methods

__construct()  : mixed
Creates a new AfterTruncate instance

Methods

__construct()

Creates a new AfterTruncate instance

public __construct([object|null $target = null ][, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$target : object|null = null

The target of the notice.

$context : array<string|int, mixed> = []

The context of the notice.


        
On this page

Search results