예제 #1
0
파일: AProduct.php 프로젝트: kingsj/core
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.product' . (is_null($this->getDisplayMode()) ?: '.' . $this->getDisplayMode());
 }
예제 #2
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.module';
 }
예제 #3
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.featuredProducts.customer';
 }
예제 #4
0
파일: AModel.php 프로젝트: kewaunited/xcart
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.' . implode('.', $this->getListNameSuffixes());
 }
예제 #5
0
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.newsMessages.customer';
 }
예제 #6
0
파일: AOrder.php 프로젝트: kingsj/core
 /**
  * Return name of the base widgets list
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.order';
 }