Changeset 7889


Ignore:
Timestamp:
06/23/10 05:12:40 (2 years ago)
Author:
DanDascalescu
Message:

Item8841: improved the description of the $session parameter passed to _EXAMPLETAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm

    r7883 r7889  
    3737__NOTE:__ Foswiki:Development.StepByStepRenderingOrder helps you decide which 
    3838rendering handler to use. When writing handlers, keep in mind that these may 
    39 be invoked on included topics. For example, if a plugin generates links to the  
    40 current topic, these need to be generated before the =afterCommonTagsHandler=  
    41 is run. After that point in the rendering loop we have lost the information  
     39be invoked on included topics. For example, if a plugin generates links to the 
     40current topic, these need to be generated before the =afterCommonTagsHandler= 
     41is run. After that point in the rendering loop we have lost the information 
    4242that the text had been included from another topic. 
    4343 
     
    145145#sub _EXAMPLETAG { 
    146146#    my($session, $params, $theTopic, $theWeb) = @_; 
    147 #    # $session  - a reference to the Foswiki session object (if you don't know 
    148 #    #             what this is, just ignore it) 
     147#    # $session  - a reference to the Foswiki session object 
     148#    #             (you probably won't need it, but documented in Foswiki.pm) 
    149149#    # $params=  - a reference to a Foswiki::Attrs object containing 
    150150#    #             parameters. 
Note: See TracChangeset for help on using the changeset viewer.