Changeset 1045

Show
Ignore:
Timestamp:
01/19/07 22:05:35 (2 years ago)
Author:
gboggs
Message:

Added POD for the methods for which I could puzzle out the behavior.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/Template/Context.pm

    r1031 r1045  
    567567to ensure this. 
    568568 
     569=head1 METHODS 
     570 
     571=head2 new 
     572 
     573Return a new C<MT::Template::Context> instance. 
     574 
     575=head2 init 
     576 
     577Initialize a C<MT::Template::Context> instance with any defined 
     578handlers present in the runtime environment. 
     579 
     580=head2 handler_for($val) 
     581 
     582Return the value of the C<Handers> runtime hash for the given value. 
     583 
     584=head2 post_process_handler 
     585 
     586Alias for the </stock_post_process_handler> method. 
     587 
     588=head2 register_handler($key, $val) 
     589 
     590Set a key-value in the C<Handers> runtime hash for the given 
     591key-value arguemnts. 
     592 
    569593=head1 AUTHOR & COPYRIGHT 
    570594 
    571 Please see the I<MT> manpage for author, copyright, and license information
     595Please see L<MT/AUTHOR & COPYRIGHT>
    572596 
    573597=cut