CMS  Version 3.9
IBlogViewHandler Interface Reference

IBlogViewHandler defines the interface that BlogViewHandlers must provide. More...

+ Inheritance diagram for IBlogViewHandler:

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...
 

Detailed Description

IBlogViewHandler defines the interface that BlogViewHandlers must provide.

Author
andy

Definition at line 47 of file blog_view.inc.

Member Function Documentation

◆ drawArticle()

IBlogViewHandler::drawArticle (   $blog,
  $article_id 
)

Draw the specific article in the blog.

Parameters
Blog$blogthe Blog object
integer$article_idthe ID of the Article

Implemented in VideoBlogHandler, BookBlogViewHandler, NewsBlogViewHandler, and DefaultBlogViewHandler.

◆ drawArticleList()

IBlogViewHandler::drawArticleList (   $blog)

Draw the list of articles for the specified blog.

Parameters
Blog$blogthe Blog object

Implemented in VideoBlogHandler.


The documentation for this interface was generated from the following file: