xref: /plugin/struct/_test/mock/Assignments.php (revision ba76620163eb4cb2b8d6042c6bec7725074f508c)
125029fe8SAndreas Gohr<?php
225029fe8SAndreas Gohr
3*ba766201SAndreas Gohrnamespace dokuwiki\plugin\struct\test\mock;
425029fe8SAndreas Gohr
5*ba766201SAndreas Gohrclass Assignments extends \dokuwiki\plugin\struct\meta\Assignments {
625029fe8SAndreas Gohr    public function matchPagePattern($pattern, $page, $pns = null) {
725029fe8SAndreas Gohr        return parent::matchPagePattern($pattern, $page, $pns);
825029fe8SAndreas Gohr    }
925029fe8SAndreas Gohr}
10