コード例 #1
0
ファイル: Menu.php プロジェクト: kirkbauer2/kirkxc
 /**
  * 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;
 }
コード例 #2
0
ファイル: Menu.php プロジェクト: kirkbauer2/kirkxc
 /**
  * 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;
 }
コード例 #3
0
ファイル: Menu.php プロジェクト: kewaunited/xcart
 /**
  * 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;
 }
コード例 #4
0
ファイル: Menu.php プロジェクト: kirkbauer2/kirkxc
 /**
  * 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;
 }