Adventure Documentation

BlogCommentController extends CollectionController
in package

This controller describes the behavior of Blog Comments.

Use the controller to generate a collection of BlogComment entities.

Tags
see
BlogComment

Main entity of collection

see
BlogController

BlogComment belongs to the Blog entity, use Blog->Id with attribute 'blogId'

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
Tags
Return values
string

        

Search results