Documentation

navigationList implements ArrayAccess

ACP navigation navigation list object

Table of Contents

add() Add item to navigation bool
remove() Remove item from navigation bool
fetch() Fetch item list array
offsetExists() Offset exists bool
offsetGet() Returns offet value navigationItem
offsetSet() Set offset to value void
checkSubmenu() Checks submenu if available and removed items without access permissions bool

Methods

remove()

Remove item from navigation

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

fetch()

Fetch item list

public fetch( ) : array
Return values
array

offsetExists()

Offset exists

public offsetExists( $offset : string ) : bool
Parameters
$offset : string
Return values
bool

Search results