Example #1
0
 /**
  * Defines the link controller class names for the specific link values
  * for example: {home}
  *
  * @return array
  */
 protected function defineLinkControllers()
 {
     $list = parent::defineLinkControllers();
     $list[static::DEFAULT_COMING_SOON] = '\\XLite\\Module\\CDev\\ProductAdvisor\\Controller\\Customer\\ComingSoon';
     $list[static::DEFAULT_NEW_ARRIVALS] = '\\XLite\\Module\\CDev\\ProductAdvisor\\Controller\\Customer\\NewArrivals';
     return $list;
 }
Example #2
0
 /**
  * Defines the link controller class names for the specific link values
  * for example: {home}
  *
  * @return array
  */
 protected function defineLinkControllers()
 {
     $list = parent::defineLinkControllers();
     $list[static::DEFAULT_SALE_PAGE] = '\\XLite\\Module\\CDev\\Sale\\Controller\\Customer\\SaleProducts';
     return $list;
 }
Example #3
0
 /**
  * Defines the link controller class names for the specific link values
  * for example: {home}
  *
  * @return array
  */
 protected function defineLinkControllers()
 {
     $list = parent::defineLinkControllers();
     $list[static::DEFAULT_CONTACT_US_PAGE] = '\\XLite\\Controller\\Customer\\ContactUs';
     return $list;
 }
Example #4
0
 /**
  * Defines the link controller class names for the specific link values
  * for example: {home}
  *
  * @return array
  */
 protected function defineLinkControllers()
 {
     $list = parent::defineLinkControllers();
     $list[static::DEFAULT_MY_ACCOUNT][] = '\\XLite\\Module\\CDev\\PINCodes\\Controller\\Customer\\PinCodes';
     return $list;
 }