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
NEW_REPORTS_AVAILABLE
public
mixed
NEW_REPORTS_AVAILABLE
= "newReportsAvailable"
NO_DATA_RECEIVED
public
mixed
NO_DATA_RECEIVED
= "noDataReceived"
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]
QUALITY_CONTROL_DONE
public
mixed
QUALITY_CONTROL_DONE
= "qualityControlDone"
THRESHOLD_ALMOST_REACHED
public
mixed
THRESHOLD_ALMOST_REACHED
= "thresholdAlmostReached"
THRESHOLD_IS_REACHED
public
mixed
THRESHOLD_IS_REACHED
= "thresholdIsReached"
TOO_MANY_UNREAD_NOTIFICATIONS
public
mixed
TOO_MANY_UNREAD_NOTIFICATIONS
= "tooManyUnreadNotifications"
YEARLY_ENTRIES_ADDED
public
mixed
YEARLY_ENTRIES_ADDED
= "yearlyEntriesAdded"
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__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
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getClient()
public
getClient() : Client
Return values
ClientgetId()
public
getId() : int|null
Return values
int|nullgetNewReportsAvailable()
public
getNewReportsAvailable() : bool|null
Return values
bool|nullgetNoDataReceived()
public
getNoDataReceived() : bool|null
Return values
bool|nullgetQualityControlDone()
public
getQualityControlDone() : bool|null
Return values
bool|nullgetThresholdAlmostReached()
public
getThresholdAlmostReached() : bool|null
Return values
bool|nullgetThresholdIsReached()
public
getThresholdIsReached() : bool|null
Return values
bool|nullgetTooManyUnreadNotifications()
public
getTooManyUnreadNotifications() : bool|null
Return values
bool|nullgetYearlyEntriesAdded()
public
getYearlyEntriesAdded() : bool|null
Return values
bool|nullisEnabledFor()
public
isEnabledFor(string $notification) : bool
Parameters
- $notification : string
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
setClient()
public
setClient(Client $client) : void
Parameters
- $client : Client
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setNewReportsAvailable()
public
setNewReportsAvailable(bool|null $newReportsAvailable) : void
Parameters
- $newReportsAvailable : bool|null
setNoDataReceived()
public
setNoDataReceived(bool|null $noDataReceived) : void
Parameters
- $noDataReceived : bool|null
setQualityControlDone()
public
setQualityControlDone(bool|null $qualityControlDone) : void
Parameters
- $qualityControlDone : bool|null
setThresholdAlmostReached()
public
setThresholdAlmostReached(bool|null $thresholdAlmostReached) : void
Parameters
- $thresholdAlmostReached : bool|null
setThresholdIsReached()
public
setThresholdIsReached(bool|null $thresholdIsReached) : void
Parameters
- $thresholdIsReached : bool|null
setTooManyUnreadNotifications()
public
setTooManyUnreadNotifications(bool|null $tooManyUnreadNotifications) : void
Parameters
- $tooManyUnreadNotifications : bool|null
setYearlyEntriesAdded()
public
setYearlyEntriesAdded(bool|null $yearlyEntriesAdded) : void
Parameters
- $yearlyEntriesAdded : bool|null