Exemple #1
0
 /**
  * Define the items list CSS class with which the search panel must be linked
  *
  * @return string
  */
 protected function getLinkedItemsList()
 {
     return parent::getLinkedItemsList() . '.widget.items-list.orders';
 }