![]() |
CMS
Version 3.9
|
DefaultBlogViewHandler provides a standard, no-frills display for blog entries. More...
Public Member Functions | |
DefaultBlogViewHandler () | |
drawArticleList ($blog, $year=false, $month=false, $term_id=null) | |
formatArticle ($article) | |
drawArticle ($blog, $article_id) | |
Draw the specific article in the blog. More... | |
![]() | |
drawArticleList ($blog) | |
Draw the list of articles for the specified blog. More... | |
Static Public Member Functions | |
static | register ($view) |
DefaultBlogViewHandler provides a standard, no-frills display for blog entries.
Definition at line 70 of file blog_view.inc.
DefaultBlogViewHandler::DefaultBlogViewHandler | ( | ) |
Definition at line 72 of file blog_view.inc.
DefaultBlogViewHandler::drawArticle | ( | $blog, | |
$article_id | |||
) |
Draw the specific article in the blog.
Implements IBlogViewHandler.
Definition at line 151 of file blog_view.inc.
Definition at line 82 of file blog_view.inc.
DefaultBlogViewHandler::formatArticle | ( | $article | ) |
Definition at line 130 of file blog_view.inc.
|
static |
Definition at line 76 of file blog_view.inc.