Difference: TWikiPrefsDotPm (5 vs. 6)

Revision 62008-01-22 - TWikiContributor

Line: 25 to 25
 
Changed:
<
<

ObjectMethod finish

Complete processing after the client's HTTP request has been responded to.
  1. breaking circular references to allow garbage collection in persistent environments
>
>

ObjectMethod finish ()

Break circular references.
 
Line: 67 to 64
 
Changed:
<
<

ObjectMethod resetTo ($mark)

>
>

ObjectMethod restore ($mark)

 Resets the preferences stack to the given mark, to recover after a topic include.
Line: 114 to 111
 
Added:
>
>

setPreferencesValue($name, $val)

Set a preferences value. The preference is set in the context at the top of the preference stack, whatever the current state may be.

The preference is not serialised.

 

ObjectMethod stringify() -> $text

Generate a TML-formatted version of the current preferences

 
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.TWikiPrefsDotPm.