コード例 #1
0
ファイル: store.php プロジェクト: apiceweb/MageBridgeCore
 public function getPath($file)
 {
     return parent::_getPath('store', $file);
 }
コード例 #2
0
ファイル: product.php プロジェクト: apiceweb/MageBridgeCore
 public function getPath($file)
 {
     return parent::_getPath('product', $file);
 }