Difference: TWikiPrefsPrefsCacheDotPm (3 vs. 4)

Revision 42008-01-22 - TWikiContributor

Line: 33 to 33
 
Added:
>
>

ObjectMethod finish ()

Break circular references.

 

ObjectMethod finalise ($parent)

Finalise preferences in this cache, by freezing any preferences

Line: 57 to 62
 
Changed:
<
<

ObjectMethod insert ($type,$key,$val)

>
>

ObjectMethod insert ($type,$key,$val) -> $boolean

  Adds a key-value pair of the given type to the object. Type is Set or Local. Callback used for the Prefs::Parser object, or can be used to add
Line: 65 to 70
  Note that attempts to redefine final preferences will be ignored.
Added:
>
>
Returns 1 if the preference was defined, 0 otherwise.
 

ObjectMethod stringify ($html,\%shown) -> $text

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiPrefsPrefsCacheDotPm.