コード例 #1
0
ファイル: ATestRates.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Return form attributes
  *
  * @return array
  */
 protected function getFormAttributes()
 {
     $list = parent::getFormAttributes();
     $list['target'] = 'shipping_test';
     return $list;
 }
コード例 #2
0
ファイル: TestRates.php プロジェクト: kewaunited/xcart
 /**
  * Return form attributes
  *
  * @return array
  */
 protected function getFormAttributes()
 {
     $attrs = parent::getFormAttributes();
     $attrs['target'] = 'shipping_test';
     return $attrs;
 }