Menu
Interfaces, Classes and Traits
- Menu_Options
- Stores the options for a restaurant order menu.
- Menu_Product
- Handles the display of an individual product in a restaurant menu.
- Menu_Section
- Handles the display of a menu section. This is one grouping of products with an optional title and description.
- Navigation
- Restaurant navigation menu component.
- Product_Data
- Functions for retrieving data for a product in the restaurant menu.
- Product_Modal
- Handles retrieval of the modal data for a product.
- Restaurant_Menu
- Handles the display of a restaurant menu for a given set of options.
- Section_Data
- Data passed to each Menu_Section.