mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-15 21:43:17 +00:00
dynamic parameter handling refactoring, part 2
This introduces a addDynamicFilter() method. We need to handle fixed and dynamic filters separately for proper parentheises. The latter is not implemented yet and will follow next. Tests still broken
This commit is contained in:
@ -14,6 +14,8 @@ class Search extends meta\Search
|
||||
|
||||
public $filter = array();
|
||||
|
||||
public $dynamicFilter = array();
|
||||
|
||||
/**
|
||||
* Register a dummy function that always returns false
|
||||
*/
|
||||
|
Reference in New Issue
Block a user