PHP Класс SideMenuModule, vanilla

Наследование: extends Gdn_Module
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$AutoLinkGroups Should the group titles be autolinked to the first anchor in the group? Default TRUE.
$CssClass The class attribute to be applied to the root element of the breadcrumb. Default is none.
$EventName string | boolean
$HtmlId The html id attribute to be applied to the root element of the menu. Default is "Menu".
$Items An array of menu items.
$Sort An array of menu group names arranged in the order that the menu should be rendered.

Защищенные свойства (Protected)

Свойство Тип Описание
$_Items array

Открытые методы

Метод Описание
__construct ( string $Sender = '' )
addItem ( $Group, $Text, boolean $Permission = false, array $Attributes = [] )
addLink ( $Group, $Text, $Url, boolean $Permission = false, array $Attributes = [] )
assetTarget ( ) : string
checkPermissions ( )
clearGroups ( )
highlightRoute ( $Route )
removeGroup ( $Group ) Removes an entire group of links, and the group itself, from the menu.
removeLink ( $Group, $Text )
removeLinks ( $Group ) Removes all links from a specific group.
toString ( string $HighlightRoute = '' ) : string Render the menu.

Защищенные методы

Метод Описание
_Compare ( $A, null $B = null ) : integer | void
_CompareSort ( array $A, array $All ) : integer The sort is determined by looking at: a) The item's sort.

Описание методов

_Compare() защищенный Метод

protected _Compare ( $A, null $B = null ) : integer | void
$A
$B null
Результат integer | void

_CompareSort() защищенный Метод

b) Whether the item is after another. c) The order the item was added.
protected _CompareSort ( array $A, array $All ) : integer
$A array
$All array
Результат integer

__construct() публичный Метод

public __construct ( string $Sender = '' )
$Sender string

addItem() публичный Метод

public addItem ( $Group, $Text, boolean $Permission = false, array $Attributes = [] )
$Group
$Text
$Permission boolean
$Attributes array

assetTarget() публичный Метод

public assetTarget ( ) : string
Результат string

checkPermissions() публичный Метод

public checkPermissions ( )

clearGroups() публичный Метод

public clearGroups ( )

highlightRoute() публичный Метод

public highlightRoute ( $Route )
$Route

removeGroup() публичный Метод

Removes an entire group of links, and the group itself, from the menu.
public removeGroup ( $Group )

toString() публичный Метод

Render the menu.
public toString ( string $HighlightRoute = '' ) : string
$HighlightRoute string
Результат string

Описание свойств

$AutoLinkGroups публичное свойство

Should the group titles be autolinked to the first anchor in the group? Default TRUE.
public $AutoLinkGroups

$CssClass публичное свойство

The class attribute to be applied to the root element of the breadcrumb. Default is none.
public $CssClass

$EventName публичное свойство

public string|bool $EventName
Результат string | boolean

$HtmlId публичное свойство

The html id attribute to be applied to the root element of the menu. Default is "Menu".
public $HtmlId

$Items публичное свойство

An array of menu items.
public $Items

$Sort публичное свойство

An array of menu group names arranged in the order that the menu should be rendered.
public $Sort

$_Items защищенное свойство

protected array $_Items
Результат array