![]() |
CMS
Version 3.9
|
IBlogViewHandler defines the interface that BlogViewHandlers must provide. More...
Public Member Functions | |
drawArticleList ($blog) | |
Draw the list of articles for the specified blog. More... | |
drawArticle ($blog, $article_id) | |
Draw the specific article in the blog. More... | |
IBlogViewHandler defines the interface that BlogViewHandlers must provide.
Definition at line 47 of file blog_view.inc.
IBlogViewHandler::drawArticle | ( | $blog, | |
$article_id | |||
) |
Draw the specific article in the blog.
Implemented in VideoBlogHandler, BookBlogViewHandler, NewsBlogViewHandler, and DefaultBlogViewHandler.
IBlogViewHandler::drawArticleList | ( | $blog | ) |
Draw the list of articles for the specified blog.
Implemented in VideoBlogHandler.