![]() |
CMS
Version 3.9
|
NewsBlogViewHandler provides a simple blog view tailored displaying news articles. More...
Public Member Functions | |
NewsBlogViewHandler () | |
drawArticleList ($blog, $year=false, $month=false, $term=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) |
NewsBlogViewHandler provides a simple blog view tailored displaying news articles.
Definition at line 176 of file blog_view.inc.
NewsBlogViewHandler::drawArticle | ( | $blog, | |
$article_id | |||
) |
Draw the specific article in the blog.
Implements IBlogViewHandler.
Definition at line 247 of file blog_view.inc.
Definition at line 188 of file blog_view.inc.
NewsBlogViewHandler::formatArticle | ( | $article | ) |
Definition at line 228 of file blog_view.inc.
NewsBlogViewHandler::NewsBlogViewHandler | ( | ) |
Definition at line 178 of file blog_view.inc.
|
static |
Definition at line 182 of file blog_view.inc.