Exemplo n.º 1
0
 /**
  * removes a group view for product group lists from the handler
  *
  * @param string $groupHolderView the class name of the group view to remove
  *
  * @return void
  *
  * @author Sebastian Diel <*****@*****.**>
  * @since 14.02.2011
  */
 public static function removeGroupHolderView($groupHolderView)
 {
     SilvercartGroupViewHandler::removeGroupHolderView($groupHolderView);
 }