LinksMenu
Create a Menu with children. Children could be Menu or LinksMenuLink objects
- Menu
- LinksMenuElement
- LinksMenu
public
|
#
__construct( string $title, string $url, string $image = '', string $type = self::AUTOMATIC_MENU, integer $id,… )
Constructor |
public
|
#
add_array(
Add a list of LinksMenu or (sub)Menu to the current one |
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public static
string[]
|
|
protected
|
|
public
string
|
|
public
|
|
public
|
_assign(),
get_image(),
get_uid(),
get_url(),
set_image(),
set_url()
|
string |
LINKS_MENU__CLASS
|
#
'LinksMenu'
|
string |
AUTOMATIC_MENU
|
#
'automatic'
|
string |
VERTICAL_MENU
|
#
'vertical'
|
string |
HORIZONTAL_MENU
|
#
'horizontal'
|
string |
STATIC_MENU
|
#
'static'
|
string |
VERTICAL_SCROLLING_MENU
|
#
'vertical_scrolling'
|
string |
HORIZONTAL_SCROLLING_MENU
|
#
'horizontal_scrolling'
|
LINKS_MENU_ELEMENT__CLASS,
LINKS_MENU_ELEMENT__CLASSIC_DISPLAYING,
LINKS_MENU_ELEMENT__FULL_DISPLAYING
|
public
string
|
$type
menu's type |
|
public
|
$elements
Direct menu children list |
#
array()
|
$depth,
$image,
$uid,
$url
|
$auth,
$block,
$enabled,
$filters,
$hidden_with_small_screens,
$id,
$position,
$template,
$title
|