Documented a method in Asset/Post via POD.

Began review of the Post and Collaboration template variables.
This commit is contained in:
Colin Kuskie 2006-11-25 03:22:01 +00:00
parent 9beeb854a4
commit 1c89741add
3 changed files with 81 additions and 27 deletions

View file

@ -518,6 +518,13 @@ sub getTemplateVars {
}
#-------------------------------------------------------------------
=head2 getThread
Returns the Thread that this Post belongs to. The method caches the result of the Asset creation.
=cut
sub getThread {
my $self = shift;
unless (defined $self->{_thread}) {