コード例 #1
0
 public function apply($from, $limit, $template = null, $list = array())
 {
     $template = Mage::getModel('seosuite/catalog_product_template_description');
     return parent::apply($from, $limit, $template, array('short_description'));
 }
コード例 #2
0
ファイル: Url.php プロジェクト: protechhelp/gamamba
 public function apply($from, $limit, $template = null, $list = array())
 {
     $template = Mage::getModel('seosuite/catalog_product_template_url');
     return parent::apply($from, $limit, $template, array('url_path', 'url_key'));
 }