Documentation

EasyBlogCommentEasyBlog extends EasyBlogCommentBase
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed

Methods

__construct()  : mixed
getCount()  : mixed
Renders the comment count for Komento
getError()  : mixed
getErrors()  : mixed
hasError()  : mixed
hasErrors()  : mixed
html()  : mixed
Displays the comment output
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
loadLanguage()  : mixed
Helper method to load language
prepareComments()  : mixed
Prepares the comment output
setError()  : mixed
showSubscribeCheckbox()  : mixed
Renders subscribe checkbox in comment form

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$string

public mixed $string = \null

Methods

__construct()

public __construct() : mixed

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

html()

Displays the comment output

public html(EasyBlogPost &$blog[, mixed $options = [] ]) : mixed
Parameters
$blog : EasyBlogPost
$options : mixed = []
Tags
since
4.0
access

public

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

prepareComments()

Prepares the comment output

public prepareComments(mixed &$blog) : mixed
Parameters
$blog : mixed
Tags
since
4.0
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

showSubscribeCheckbox()

Renders subscribe checkbox in comment form

public showSubscribeCheckbox(mixed $subscribed, mixed $allowBlogSubscription, mixed $hasEmailField) : mixed
Parameters
$subscribed : mixed
$allowBlogSubscription : mixed
$hasEmailField : mixed
Tags
since
5.2.8
access

public

Loading…
On this page

Search results