1*25029fe8SAndreas Gohr<?php 2*25029fe8SAndreas Gohr 3*25029fe8SAndreas Gohrnamespace plugin\struct\test\mock; 4*25029fe8SAndreas Gohr 5*25029fe8SAndreas Gohrclass helper_plugin_struct_config extends \helper_plugin_struct_config { 6*25029fe8SAndreas Gohr public function parseFilter($val) { 7*25029fe8SAndreas Gohr return parent::parseFilter($val); 8*25029fe8SAndreas Gohr } 9*25029fe8SAndreas Gohr} 10