Exemplo n.º 1
0
 /**
  * This method allows you to get only li tags from a Joomla menu or any module using only <ul><li>...</li></ul>
  * Very usefull to integrate a menu module to Magento for example. You need then to bring the module into the catalog/navigation/top.html for example
  */
 public function setPrepareLayoutMenu($value)
 {
     parent::setPrepareLayoutMenu($value);
     // use magic setter of parent class
     return;
 }