Documentation

navigationList
in package

ACP navigation navigation list object

Tags
author

Stefan Seehafer aka imagine fanpress@nobody-knows.org

copyright

(c) 2017-2019, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.5

Table of Contents

$activeNavItem  : string
Active navigation item
add()  : bool
Add item to navigation
fetch()  : array<string|int, mixed>
Fetch item list
remove()  : bool
Remove item from navigation
checkSubmenu()  : bool
Checks submenu if available and removed items without access permissions

Properties

$activeNavItem

Active navigation item

private string $activeNavItem = ''
Tags
since
5.0.0-a4

Methods

fetch()

Fetch item list

public fetch([string $str = '' ]) : array<string|int, mixed>
Parameters
$str : string = ''
Return values
array<string|int, mixed>

remove()

Remove item from navigation

public remove(string $area, string $id) : bool
Parameters
$area : string
$id : string
Return values
bool

Search results