Logo ZenEngine Logo SourceForge.net ZenEngine
the lightweight CMS framework

ZenAbstractMenuMaker

package : ZenEngine/Core
Author : Bruno Desthuilliers
Version : 0.0.5

public class ZenAbstractMenuMaker

The interface a menuMaker class must expose.
Dont use this class, it's only here for documentation purpose.

Functions

public void ZenAbstractMenuMaker

Constructor

Parameters :
string $confPath : Path to a config path if needed. Use it as you like.

Return : (void)

public array getMenu

Build and return the menu according to the conf file

Return : (array) the menu (an associative array of key : ZenMenuItem pairs)