[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 182 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LegacyForm:: (4 methods):
__construct()
parseLegacyAttr()
legacyType()
toLegacy()
Class: LegacyForm - X-Ref
Class LegacyForm__construct(\Doku_Form $oldform) X-Ref |
Creates a new modern form from an old legacy Doku_Form param: \Doku_Form $oldform |
parseLegacyAttr($legacy) X-Ref |
Parses out what is the elements attributes and what is control info param: array $legacy return: array |
legacyType($type) X-Ref |
Translates our types to the legacy types param: string $type return: string |
toLegacy() X-Ref |
Creates an old legacy form from this modern form's data return: \Doku_Form |