コード例 #1
0
ファイル: store.php プロジェクト: apiceweb/MageBridgeCore
 /**
  * Overload methods to add an argument to it
  */
 public function getConnectors($type = null)
 {
     return parent::_getConnectors('store');
 }
コード例 #2
0
ファイル: product.php プロジェクト: apiceweb/MageBridgeCore
 /**
  * Overload methods to add an argument to it
  */
 public function getConnectors($type = null)
 {
     return parent::_getConnectors('product');
 }