MessagesTable
extends Table
in package
Messages Model - Simplifié Sans les associations inutiles
Table of Contents
Methods
- beforeSave() : void
- Méthode exécutée avant chaque sauvegarde d'une entité Message
- buildRules() : RulesChecker
- initialize() : void
- validationDefault() : Validator
Methods
beforeSave()
Méthode exécutée avant chaque sauvegarde d'une entité Message
public
beforeSave(EventInterface $event, EntityInterface $entity, ArrayObject $options) : void
Parameters
- $event : EventInterface
- $entity : EntityInterface
- $options : ArrayObject
buildRules()
public
buildRules(RulesChecker $rules) : RulesChecker
Parameters
- $rules : RulesChecker
Return values
RulesCheckerinitialize()
public
initialize(array<string|int, mixed> $config) : void
Parameters
- $config : array<string|int, mixed>
validationDefault()
public
validationDefault(Validator $validator) : Validator
Parameters
- $validator : Validator