BlogCommentController
extends CollectionController
in package
This controller describes the behavior of Blog Comments.
Use the controller to generate a collection of BlogComment entities.
Tags
Table of Contents
- __construct() : mixed
- count() : string
- Get the number of comments for a blog post
Methods
__construct()
public
__construct([mixed $parseUriParameters = false ]) :
mixed
Parameters
- $parseUriParameters : mixed = false
Tags
Return values
mixed —count()
Get the number of comments for a blog post
public
count(mixed $BlogId[, mixed $LanguageIso = null ]) :
string
Parameters
- $BlogId : mixed
- $LanguageIso : mixed = null