NAME
MojoMojo::Schema::Result::Content
METHODS
- formatted_diff <context> <old_content>
-
Compare this content version to <old_content>, using Algorithm::Diff. Show added lines in with diffins css class and deleted with diffdel css class.
- formatted [<content>]
-
Return content after being run through MojoMojo::Formatter::* , either own content or passed <content>
- max_version
-
Return the highest numbered revision.
- previous
-
Return previous version of this content, or undef for first version.
- pub_date
-
return publish date of this version in a format suitable for RSS 2.0
- store_links
-
Extract and store all links and wanted paged from a given content version.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 108:
=over without closing =back