Documentation

NotificationSettings extends NotificationSettings
in package
implements Proxy

DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR

Table of Contents

Interfaces

Proxy

Constants

NEW_REPORTS_AVAILABLE  = "newReportsAvailable"
NO_DATA_RECEIVED  = "noDataReceived"
NOTIFICATION_SETTINGS  = [self::NEW_REPORTS_AVAILABLE, self::THRESHOLD_ALMOST_REACHED, self::THRESHOLD_IS_REACHED, self::TOO_MANY_UNREAD_NOTIFICATIONS, self::YEARLY_ENTRIES_ADDED, self::NO_DATA_RECEIVED, self::QUALITY_CONTROL_DONE]
QUALITY_CONTROL_DONE  = "qualityControlDone"
THRESHOLD_ALMOST_REACHED  = "thresholdAlmostReached"
THRESHOLD_IS_REACHED  = "thresholdIsReached"
TOO_MANY_UNREAD_NOTIFICATIONS  = "tooManyUnreadNotifications"
YEARLY_ENTRIES_ADDED  = "yearlyEntriesAdded"

Properties

$__cloner__  : Closure
$__initializer__  : Closure
$__isInitialized__  : bool
$lazyPropertiesDefaults  : array<string, mixed>
$lazyPropertiesNames  : array<string, null>

Methods

__clone()  : mixed
__construct()  : mixed
__load()  : mixed
Forces initialization of the proxy
__sleep()  : array<string|int, mixed>
__wakeup()  : mixed
getClient()  : Client
getId()  : int|null
getNewReportsAvailable()  : bool|null
getNoDataReceived()  : bool|null
getQualityControlDone()  : bool|null
getThresholdAlmostReached()  : bool|null
getThresholdIsReached()  : bool|null
getTooManyUnreadNotifications()  : bool|null
getYearlyEntriesAdded()  : bool|null
isEnabledFor()  : bool
jsonSerialize()  : mixed
setClient()  : void
setId()  : void
setNewReportsAvailable()  : void
setNoDataReceived()  : void
setQualityControlDone()  : void
setThresholdAlmostReached()  : void
setThresholdIsReached()  : void
setTooManyUnreadNotifications()  : void
setYearlyEntriesAdded()  : void

Constants

NOTIFICATION_SETTINGS

public mixed NOTIFICATION_SETTINGS = [self::NEW_REPORTS_AVAILABLE, self::THRESHOLD_ALMOST_REACHED, self::THRESHOLD_IS_REACHED, self::TOO_MANY_UNREAD_NOTIFICATIONS, self::YEARLY_ENTRIES_ADDED, self::NO_DATA_RECEIVED, self::QUALITY_CONTROL_DONE]

THRESHOLD_ALMOST_REACHED

public mixed THRESHOLD_ALMOST_REACHED = "thresholdAlmostReached"

TOO_MANY_UNREAD_NOTIFICATIONS

public mixed TOO_MANY_UNREAD_NOTIFICATIONS = "tooManyUnreadNotifications"

Properties

$__initializer__

public Closure $__initializer__

the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.

Tags
see
Proxy::__setInitializer

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

        
On this page

Search results