Breadcrumb
in package

This is the Breadcrumb class, a macro class for the utilViewHelper.

The purpose of this class is to encapsulate the logic that calculates the view parameters for the util's breadcrumb.

Tags
see
Breadcrumb::getViewParameters()

Table of Contents

TAG_DIV  = 'div'
TAG_UL  = 'ul'
$data  : array<string|int, mixed>|null
$maxLevels  : int
$showArea  : bool
$showHome  : bool
$tag  : string
__construct() Constructor method for Breadcrumb  : mixed
getViewParameters() This method returns all calculated arguments and new parameters for UtilViewHelper.php  : array<string|int, mixed>
getProperties() Return macro use properties  : array<string|int, mixed>

Constants

Properties

$data

public array<string|int, mixed>|null $data = null

Methods

__construct()

Constructor method for Breadcrumb

public __construct(array<string|int, mixed> $arguments) : mixed
Parameters
$arguments : array<string|int, mixed>
Tags
see
Breadcrumb
Return values
mixed

getViewParameters()

This method returns all calculated arguments and new parameters for UtilViewHelper.php

public getViewParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

getProperties()

Return macro use properties

protected getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results