Class

FeedMenu

Package: PHPBoost\Menu\feed 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 - 2009 01 14 Contributor: Kevin MASSY reidlos@phpboost.com Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: phpboost/menu/feed/FeedMenu.class.php
Menu
Extended by FeedMenu
Methods summary
public
# __construct( string $title, integer $module_id, $category = 0, $name = Feed::DEFAULT_FEED_NAME, $number = 10, $begin_at = 0 )

Build a Menu element.

public static the
# get_template( string $id, string $name = '', string $block_position = Menu::BLOCK_POSITION__LEFT, $hidden_with_small_screens = false )

Returns the tpl to parse a feed

public string
# get_module_id( )
public Return
# get_url( boolean $relative = false )
public
# set_module_id( string $value )
public
# set_cat( integer $value )
public
# set_name( string $value )
public Return
# get_number( )
public
# set_number( string $value )
public string
# display( )

Display the menu

Constants summary
string FEED_MENU__CLASS
# 'FeedMenu'
Properties summary
public string $url

the feed url

# ''
public string $module_id
# ''
public string $name
# ''
public integer $category
# 0
public integer $number
# 10
public integer $begin_at
# 0