Beispiel #1
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.product' . (is_null($this->getDisplayMode()) ?: '.' . $this->getDisplayMode());
 }
Beispiel #2
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.module';
 }
Beispiel #3
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.featuredProducts.customer';
 }
Beispiel #4
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.' . implode('.', $this->getListNameSuffixes());
 }
Beispiel #5
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.newsMessages.customer';
 }
Beispiel #6
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.order';
 }