Class

ContentMenu

Package: PHPBoost\Menu\content Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2018 03 26 Since: PHPBoost 2.0 - 2008 11 15 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: Kevin MASSY reidlos@phpboost.com Located at: phpboost/menu/content/ContentMenu.class.php
Menu
Extended by ContentMenu
Methods summary
public
# __construct( string $title, integer $id,… )

Build a Menu element.

public a
# display( )

Display the content menu.

public
# set_display_title( boolean $display_title )
public
# set_content( string $content )
public boolean
# get_display_title( )

Returns true if the title will be displayed

public string
# get_content( )
Constants summary
string CONTENT_MENU__CLASS
# 'ContentMenu'
Properties summary
public string $content

the menu's content

# ''
public boolean $display_title

If true, the content menu title will be displayed

# true