isCategoryIgnored() protected method (available since version 2.0.7)
The method checks, whether the $category is ignored according to $ignoreCategories array.
Examples:
-
myapp
- will be ignored onlymyapp
category; -
myapp*
- will be ignored by all categories beginning withmyapp
(myapp
,myapplication
,myapprove
,myapp/widgets
,myapp.widgets
, etc).
protected boolean isCategoryIgnored ( $category, array $ignoreCategories ) | ||
---|---|---|
$category | string |
Category that is checked |
$ignoreCategories | array |
Message categories to ignore. |
Please login to continue.