Class

Notification

Package: PHPBoost\Event Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2016 10 24 Since: PHPBoost 3.0 - 2013 08 30 Contributor: Arnaud GENET elenwii@phpboost.com Located at: phpboost/event/Notification.class.php
Event
Extended by Notification
Methods summary
public
# __construct( )

Builds a Contribution object.

public
# set_module_id( string $module_id )

Sets the module id from which the notification.

public
# set_fixing_date( Date $date )

Sets the fixing date.

public
# set_auth( mixed[] $auth )

Sets the authorization of the notification. It will determines who can read notifications.

public string
# get_module_id( )

Gets the module from which the notification.

public mixed[]
# get_auth( )

Gets permission to read this notification

public string
# get_module_name( )

Gets the name of the module from which the notification.