Beispiel #1
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.customer';
 }
Beispiel #2
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.admin';
 }