|
||||
[previous page]  |  [up one level]  |  [next page] | ||||
|
ZenAbstractMenuMaker
package : ZenEngine/Core
Author : Bruno Desthuilliers Version : 0.0.5 public class ZenAbstractMenuMakerThe interface a menuMaker class must expose.Dont use this class, it's only here for documentation purpose. Functionspublic void ZenAbstractMenuMakerConstructor
Parameters : string $confPath : Path to a config path if needed. Use it as you like. Return : (void) public array getMenuBuild and return the menu according to the conf file
Return : (array) the menu (an associative array of key : ZenMenuItem pairs) |
|||
[previous page]  |  [up one level]  |  [next page] |