$menuInstance->renderMenu();
// Transfer it to the template engine instance
- $menuInstance->transferToTemplateEngine();
+ $menuInstance->transferContentToTemplateEngine();
// ... and all variables. This should be merged together in a pattern
// to make things easier. A cache mechanism should be added between
$menuInstance->renderMenu();
// Transfer it to the template engine instance
- $menuInstance->transferToTemplateEngine();
+ $menuInstance->transferContentToTemplateEngine();
// ... and all variables. This should be merged together in a pattern
// to make things easier. A cache mechanism should be added between