xref: /plugin/struct/_test/mock/Assignments.php (revision 25029fe81f6f34e16b537194730735240816a516)
1*25029fe8SAndreas Gohr<?php
2*25029fe8SAndreas Gohr
3*25029fe8SAndreas Gohrnamespace plugin\struct\test\mock;
4*25029fe8SAndreas Gohr
5*25029fe8SAndreas Gohrclass Assignments extends \plugin\struct\meta\Assignments {
6*25029fe8SAndreas Gohr    public function matchPagePattern($pattern, $page, $pns = null) {
7*25029fe8SAndreas Gohr        return parent::matchPagePattern($pattern, $page, $pns);
8*25029fe8SAndreas Gohr    }
9*25029fe8SAndreas Gohr}
10