mediatekformation

EntityListeners
in package
implements Annotation

The EntityListeners annotation specifies the callback listener classes to be used for an entity or mapped superclass.

The EntityListeners annotation may be applied to an entity class or mapped superclass.

Tags
Annotation
NamedArgumentConstructor

()

Target

("CLASS")

Interfaces, Classes, Traits and Enums

Annotation

Table of Contents

$value  : array<string|int, string>
Specifies the names of the entity listeners.
__construct()  : mixed

Properties

$value

Specifies the names of the entity listeners.

public array<string|int, string> $value = []

Methods

__construct()

public __construct([array<string|int, string> $value = [] ]) : mixed
Parameters
$value : array<string|int, string> = []
Return values
mixed

Search results