コード例 #1
0
ファイル: Delivery.php プロジェクト: zorn-v/thelia
 public function getArgDefinitions()
 {
     $collection = parent::getArgDefinitions();
     $collection->addArgument(Argument::createIntTypeArgument("country"))->addArgument(Argument::createIntTypeArgument("state"));
     return $collection;
 }
コード例 #2
0
ファイル: Payment.php プロジェクト: vigourouxjulien/thelia
 public function getArgDefinitions()
 {
     $collection = parent::getArgDefinitions();
     return $collection;
 }