xref: /plugin/struct/_test/mock/Search.php (revision 5bc0a238e8c23dc890a283c85b7be7b6bc34214d)
125029fe8SAndreas Gohr<?php
225029fe8SAndreas Gohr
325029fe8SAndreas Gohrnamespace plugin\struct\test\mock;
425029fe8SAndreas Gohr
525029fe8SAndreas Gohruse \plugin\struct\meta;
625029fe8SAndreas Gohr
725029fe8SAndreas Gohrclass Search extends meta\Search {
825029fe8SAndreas Gohr    public $schemas = array();
925029fe8SAndreas Gohr    /** @var  meta\Column[] */
1025029fe8SAndreas Gohr    public $columns = array();
1125029fe8SAndreas Gohr
1225029fe8SAndreas Gohr    public $sortby = array();
13*5bc0a238SMichael Große
14*5bc0a238SMichael Große    public $filter = array();
1525029fe8SAndreas Gohr}
16