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