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
Interfaces, Classes, Traits and Enums
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> = []