xref: /plugin/struct/_test/mock/QueryBuilder.php (revision 8c551fd7933e3ce037b5c5407443a5b9336daea0)
1*8c551fd7SAndreas Gohr<?php
2*8c551fd7SAndreas Gohr
3*8c551fd7SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
4*8c551fd7SAndreas Gohr
5*8c551fd7SAndreas Gohruse \dokuwiki\plugin\struct\meta;
6*8c551fd7SAndreas Gohr
7*8c551fd7SAndreas Gohrclass QueryBuilder extends meta\QueryBuilder {
8*8c551fd7SAndreas Gohr    public $from;
9*8c551fd7SAndreas Gohr}
10