Skip to content
Extraits de code Groupes Projets
Valider eb7370fe rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #4179 coding style

parent 91160d97
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -23,9 +23,11 @@ class Manager ...@@ -23,9 +23,11 @@ class Manager
private static $session = null; private static $session = null;
/** /**
* Post a notification to be shown in the status bar. If a notification with the same id has already been posted by your application and has not yet been canceled, it will be replaced by the updated information. * Post a notification to be shown in the status bar. If a notification with the same id has already been posted
* by your application and has not yet been canceled, it will be replaced by the updated information.
* *
* @param string $id A unique identifier for this notification. Id must be a string and may contain only word characters (AlNum + underscore) * @param string $id A unique identifier for this notification. Id must be a string and may contain only
* word characters (AlNum + underscore)
* @param Notification $notification * @param Notification $notification
*/ */
public static function notify($id, Notification $notification) public static function notify($id, Notification $notification)
...@@ -57,7 +59,7 @@ class Manager ...@@ -57,7 +59,7 @@ class Manager
} }
/** /**
* Cancel a previously registered notification. * Cancel a previously registered (or persistent) notification.
* @param $id * @param $id
*/ */
public static function cancel($id) public static function cancel($id)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter