Documentation

Rating extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
item()  : mixed
Renders the rating item markup
overall()  : mixed
Renders the rating overall markup

Properties

$fd

protected mixed $fd = null

Methods

__construct()

public __construct(mixed $fd) : mixed
Parameters
$fd : mixed

getTemplate()

Central method to generate a new theme object so that we can centralize and inject variables into the library

public getTemplate() : mixed
Tags
since
1.0.0
access

public

item()

Renders the rating item markup

public item([mixed $options = [] ]) : mixed
Parameters
$options : mixed = []
Tags
since
1.0.0
access

public

overall()

Renders the rating overall markup

public overall(mixed $totalRating, mixed $totalRatingCount) : mixed
Parameters
$totalRating : mixed
$totalRatingCount : mixed
Tags
since
1.1.2
access

public


        
On this page

Search results