PHP Класс Menu_Basic, atk4

Автор: Romans ([email protected])
Наследование: extends CompleteLister
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$app App_Web
$current_menu_class
$dest_var if set, then instead of setting a destination page for the URLs the links will return to the same page, however new argument will be added to each link containing ID of the menu.
$inactive_menu_class
$items
$owner View

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

Свойство Тип Описание
$class_tag
$last_item

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

Метод Описание
addMenuItem ( $page, $label = null )
addSubMenu ( string $label ) : Menu_jUI
defaultTemplate ( )
init ( )
isCurrent ( $href )
render ( )
setTarget ( $js_func ) This will add a new behaviour for clicking on the menu items. For example setTarget('frameURL') will show menu links inside a frame instead of just linking to them.

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

Метод Описание
getDefaultHref ( $label )

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

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

public addMenuItem ( $page, $label = null )

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

public addSubMenu ( string $label ) : Menu_jUI
$label string
Результат Menu_jUI

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

public defaultTemplate ( )

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

protected getDefaultHref ( $label )

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

public init ( )

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

public isCurrent ( $href )

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

public render ( )

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

This will add a new behaviour for clicking on the menu items. For example setTarget('frameURL') will show menu links inside a frame instead of just linking to them.
public setTarget ( $js_func )

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

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

public App_Web $app
Результат App_Web

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

protected $class_tag

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

public $current_menu_class

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

if set, then instead of setting a destination page for the URLs the links will return to the same page, however new argument will be added to each link containing ID of the menu.
public $dest_var

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

public $inactive_menu_class

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

public $items

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

protected $last_item

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

public View $owner
Результат View