mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-02-05 08:44:42 +03:00
Improve docs for addCustomCss method
This commit is contained in:
parent
0377b73fc4
commit
2bd0331800
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user