From: Matthew Flaschen Date: Fri, 24 Mar 2017 01:07:38 +0000 (-0400) Subject: RC Filters docs: Directly mention group classes X-Git-Tag: 1.31.0-rc.0~3707 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=6492a166afdf57f965edc1e1f10c1f3dbe644d9f;p=lhc%2Fweb%2Fwiklou.git RC Filters docs: Directly mention group classes Directly mention ChangesListBooleanFilterGroup and ChangesListStringOptionsFilterGroup so people know what to construct. Change-Id: I3c105d072889c1da26f94402326ba48635081833 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index cf4e3abe83..3a57563f33 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1018,7 +1018,8 @@ RecentChangesLinked, and Watchlist). Generally, you will want to construct new ChangesListBooleanFilter or ChangesListStringOptionsFilter objects. When constructing them, you specify which group they belong to. You can reuse -existing groups (accessed through $special->getFilterGroup), or create your own. +existing groups (accessed through $special->getFilterGroup), or create your own +(ChangesListBooleanFilterGroup or ChangesListStringOptionsFilterGroup). If you create new groups, you must register them with $special->registerFilterGroup. $special: ChangesListSpecialPage instance