Documentation

MenuItem
in package

Table of Contents

Properties

$icon  : string|null
Icon of the MenuItem or null
$id  : string
ID of the MenuItem, used to find identify it
$permissionRequired  : string|null
Permission Required
$smPaginationTarget  : mixed
Smart Pagination target (only pages content html not complete page)
$subItems  : array<string|int, mixed>|null
Subitems of it
$target  : string|null
Target (href) of the Item
$text  : string|null
Text of the MenuItem

Methods

__construct()  : mixed

Properties

$icon

Icon of the MenuItem or null

public string|null $icon

$id

ID of the MenuItem, used to find identify it

public string $id

$permissionRequired

Permission Required

public string|null $permissionRequired

$smPaginationTarget

Smart Pagination target (only pages content html not complete page)

public mixed $smPaginationTarget

$subItems

Subitems of it

public array<string|int, mixed>|null $subItems

$target

Target (href) of the Item

public string|null $target

$text

Text of the MenuItem

public string|null $text

Methods

__construct()

public __construct(mixed $id, mixed $icon, mixed $target, mixed $smPaginationTarget, mixed $text[, mixed $subItems = null ][, mixed $permissionRequired = null ]) : mixed
Parameters
$id : mixed
$icon : mixed
$target : mixed
$smPaginationTarget : mixed
$text : mixed
$subItems : mixed = null
$permissionRequired : mixed = null

        
On this page

Search results