DeclarativeSettingsGetValueEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $app : string
- $fieldId : string
- $formId : string
- $propagationStopped : bool
- $user : IUser
- $value : DeclarativeSettingsValueTypes|null
Methods
- __construct() : mixed
- Compatibility constructor
- getApp() : string
- getFieldId() : string
- getFormId() : string
- getUser() : IUser
- getValue() : DeclarativeSettingsValueTypes
- isPropagationStopped() : bool
- {@inheritDoc}
- setValue() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$app
private
string
$app
$fieldId
private
string
$fieldId
$formId
private
string
$formId
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$user
private
IUser
$user
$value
private
DeclarativeSettingsValueTypes|null
$value
= null
Methods
__construct()
Compatibility constructor
public
__construct(IUser $user, string $app, string $formId, string $fieldId) : mixed
Parameters
- $user : IUser
- $app : string
- $formId : string
- $fieldId : string
Tags
getApp()
public
getApp() : string
Tags
Return values
stringgetFieldId()
public
getFieldId() : string
Tags
Return values
stringgetFormId()
public
getFormId() : string
Tags
Return values
stringgetUser()
public
getUser() : IUser
Tags
Return values
IUsergetValue()
public
getValue() : DeclarativeSettingsValueTypes
Tags
Return values
DeclarativeSettingsValueTypesisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolsetValue()
public
setValue(mixed $value) : void
Parameters
- $value : mixed
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void