xref: /plugin/struct/_test/mock/helper_plugin_struct_config.php (revision 0549dcc5bc88d4f9d923acdd09931d8d51be7097)
125029fe8SAndreas Gohr<?php
225029fe8SAndreas Gohr
3ba766201SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
425029fe8SAndreas Gohr
5*0549dcc5SAndreas Gohrclass helper_plugin_struct_config extends \helper_plugin_struct_config
6*0549dcc5SAndreas Gohr{
7*0549dcc5SAndreas Gohr    public function parseFilter($val)
8*0549dcc5SAndreas Gohr    {
925029fe8SAndreas Gohr        return parent::parseFilter($val);
1025029fe8SAndreas Gohr    }
1125029fe8SAndreas Gohr}
12