API documentation :: Docs For Class arbitModuleNotificationFacade
Packages:Interfaces:Classes:
|
Notification::Facade::arbitModuleNotificationFacadeInterface arbitModuleNotificationFacadeProject facade defining all methods required to access project related data in the backend. Project facade defining all methods required to access project related data in the backend.
Method Summary
MethodscreateStorage
void
createStorage(
string
$user
)
Create a new settings storage for user Creates a new document with a basic settings storage for the given user ID. Create a new settings storage for user Creates a new document with a basic settings storage for the given user ID. Parameters:
getStorageForUser
array
getStorageForUser(
string
$user
)
Fetch storage for given user Return the storage data for the given user ID. Fetch storage for given user Return the storage data for the given user ID. Parameters:
getUsersForSignal
array
getUsersForSignal(
string
$signal
)
Get users registerd for signal Return an array with the IDs of the users, which have registered to receive messages for the given signal, assiciated with the type of messages they registered for. Get users registerd for signal Return an array with the IDs of the users, which have registered to receive messages for the given signal, assiciated with the type of messages they registered for. Parameters:
storeStorage
void
storeStorage(
string
$id
, array
$data
)
Store settings in backends Store the updated notification settings in the backend. existing storage is expected, and identified by the ID given as the first parameter. Store settings in backends Store the updated notification settings in the backend. An already existing storage is expected, and identified by the ID given as the first parameter. Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:07 +0200 by phpDocumentor 1.4.3
|