From 2bd0331800c783c13d82a8ada4790ff62301edc3 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 24 Apr 2014 11:59:25 +0400 Subject: [PATCH] Improve docs for addCustomCss method --- Mibew/Mibew/Plugin/Boilerplate/Plugin.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mibew/Mibew/Plugin/Boilerplate/Plugin.php b/Mibew/Mibew/Plugin/Boilerplate/Plugin.php index 7158c4f..13fa79d 100644 --- a/Mibew/Mibew/Plugin/Boilerplate/Plugin.php +++ b/Mibew/Mibew/Plugin/Boilerplate/Plugin.php @@ -89,6 +89,11 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi /** * Just attaches custom CSS file to every page that support it (chat windows * and users waiting screen). + * + * @param array $args Associative array of arguments passed in to event + * handler. The list of arguments can vary for different events. See an + * event description to know which arguments are available and how they + * should be used. */ public function addCustomCss(&$args) {