Home
last modified time | relevance | path

Searched +full:exception +full:no +full:data +full:saved +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/
H A Dhelper.php20 * 3rd party developers should always interact with struct data through this
31 * Class names of renderers which should NOT render struct data.
40 * Get the structured data of a given page
42 * @param string $page The page to get data for
44 * @param int $time A timestamp if you want historic data
72 * Saves data for a given page (creates a new revision)
74 * If this call succeeds you can assume your data has either been saved or it was
75 * not necessary to save it because the data already existed in the wanted form or
76 * the given schemas are no longe
93 saveData($page, $data, $summary = '', $minor = false) global() argument
125 saveLookupData(AccessTable $access, $data) global() argument
[all...]
/plugin/struct/types/
H A DAbstractBaseType.php66 * @param array|null $config The configuration, might be null if nothing saved, yet
69 * @param int $tid The id of this type if it has been saved, yet
81 // use previously saved configuration, ignoring all keys that are not supposed to be here
115 * Returns data as associative array
130 * The class name of this type (no namespace)
182 * Returns empty string if no hint is configured
240 * This function is called on saving data when only a single value instead of an array
310 * Output the stored data
313 * @param \Doku_Renderer $R the renderer currently used to render the data
325 * format and return the data
[all...]