xref: /plugin/struct/_test/mock/Search.php (revision 0549dcc5bc88d4f9d923acdd09931d8d51be7097)
125029fe8SAndreas Gohr<?php
225029fe8SAndreas Gohr
3ba766201SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
425029fe8SAndreas Gohr
5*0549dcc5SAndreas Gohruse dokuwiki\plugin\struct\meta;
625029fe8SAndreas Gohr
7*0549dcc5SAndreas Gohrclass Search extends meta\Search
8*0549dcc5SAndreas Gohr{
925029fe8SAndreas Gohr    public $schemas = array();
1025029fe8SAndreas Gohr    /** @var  meta\Column[] */
1125029fe8SAndreas Gohr    public $columns = array();
1225029fe8SAndreas Gohr
1325029fe8SAndreas Gohr    public $sortby = array();
145bc0a238SMichael Große
155bc0a238SMichael Große    public $filter = array();
1625029fe8SAndreas Gohr}
17