Add missing POD for RssFeed methods.
This commit is contained in:
parent
992f35710d
commit
033889d93c
1 changed files with 17 additions and 0 deletions
|
|
@ -405,12 +405,29 @@ sub getFeed {
|
|||
return $feed;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 prepareView ()
|
||||
|
||||
Extend the master class to insert head links via addHeaderLinks.
|
||||
|
||||
=cut
|
||||
|
||||
sub prepareView {
|
||||
my $self = shift;
|
||||
$self->addHeaderLinks;
|
||||
return $self->next::method(@_);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 addHeaderLinks ()
|
||||
|
||||
Add RSS, Atom, or RDF links in the HEAD block of the Asset, depending
|
||||
on how the Asset has configured feedHeaderLinks.
|
||||
|
||||
=cut
|
||||
|
||||
sub addHeaderLinks {
|
||||
my $self = shift;
|
||||
my $style = $self->session->style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue