Documentation

notifications
in package
implements Countable

ACP notification list

Tags
author

Stefan Seehafer aka imagine fanpress@nobody-knows.org

copyright

(c) 2017, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
3.6

Interfaces, Classes, Traits and Enums

Countable

Table of Contents

$ctr  : int
Counter of notifications
$notifications  : array<string|int, mixed>
List of notificatio objects
__toString()  : string
Returns notification string
addNotification()  : mixed
Notification hinzufügen
count()  : array<string|int, mixed>
Array mit Notifications zurückgeben
getNotifications()  : array<string|int, mixed>
Array mit Notifications zurückgeben
asString()  : string
returns item as string

Properties

$notifications

List of notificatio objects

private array<string|int, mixed> $notifications = []

Methods

__toString()

Returns notification string

public __toString() : string
Return values
string

count()

Array mit Notifications zurückgeben

public count() : array<string|int, mixed>
Return values
array<string|int, mixed>

getNotifications()

Array mit Notifications zurückgeben

public getNotifications() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results