xref: /plugin/struct/helper/field.php (revision ed3de3d67c65b9b61c3e1eeabb225a2664ee001d)
1*ed3de3d6SAndreas Gohr<?php
2*ed3de3d6SAndreas Gohr
3*ed3de3d6SAndreas Gohr/**
4*ed3de3d6SAndreas Gohr * Allows adding a struct field as a bureaucracy field
5*ed3de3d6SAndreas Gohr */
6*ed3de3d6SAndreas Gohrclass helper_plugin_struct_field extends helper_plugin_bureaucracy_field {
7*ed3de3d6SAndreas Gohr
8*ed3de3d6SAndreas Gohr
9*ed3de3d6SAndreas Gohr
10*ed3de3d6SAndreas Gohr
11*ed3de3d6SAndreas Gohr}
12