Nos\Menu\Menu_Item_Driver¶This is an abstract class that must be extend by all declared drivers of Nos\Menu\Model_Menu_Item.
To declare a driver of Nos\Menu\Model_Menu_Item, you have to extend the noviusos_menu::config configuration file.
Nos\Menu\Menu_Item_Driver::title()¶| Returns: | The title of the Nos\Menu\Model_Menu_Item |
|---|
Nos\Menu\Menu_Item_Driver::html(array $params = array())¶view in his config, this view is forged with 2 parameters params and item_driverdiv tag with html_tag function with $params and the driver title in parameters| Parameters: |
|
|---|---|
| Returns: | A HTML representation of the |
Nos\Menu\Menu_Item_Driver::config($reload = false)¶The config file is assumed to be application_name::driver_path.
| Parameters: |
|
|---|---|
| Returns array: | The configuration of the driver |
See also