Documented a method in Asset/Post via POD.
Began review of the Post and Collaboration template variables.
This commit is contained in:
parent
9beeb854a4
commit
1c89741add
3 changed files with 81 additions and 27 deletions
|
|
@ -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}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue