@@ -48,7 +48,6 @@ |
||
48 | 48 | /** |
49 | 49 | * SearchProductType constructor. |
50 | 50 | * |
51 | - * @param Application $app |
|
52 | 51 | */ |
53 | 52 | public function __construct() |
54 | 53 | { |
@@ -616,6 +616,9 @@ discard block |
||
616 | 616 | /** |
617 | 617 | * 登録、更新時のエラー画面表示 |
618 | 618 | * |
619 | + * @param Application $app |
|
620 | + * @param boolean $not_product_class |
|
621 | + * @param \Symfony\Component\Form\FormInterface $classForm |
|
619 | 622 | */ |
620 | 623 | protected function render($app, $Product, $ProductClass, $not_product_class, $classForm, $error = null) |
621 | 624 | { |
@@ -667,6 +670,7 @@ discard block |
||
667 | 670 | |
668 | 671 | /** |
669 | 672 | * 規格1と規格2を組み合わせた商品規格を作成 |
673 | + * @param Application $app |
|
670 | 674 | */ |
671 | 675 | private function createProductClasses($app, Product $Product, ClassName $ClassName1 = null, ClassName $ClassName2 = null) |
672 | 676 | { |
@@ -754,6 +758,7 @@ discard block |
||
754 | 758 | * |
755 | 759 | * @param $productClassDest コピー先となる商品規格 |
756 | 760 | * @param $productClassOrig コピー元となる商品規格 |
761 | + * @param Application $app |
|
757 | 762 | */ |
758 | 763 | private function setDefaultProductClass($app, $productClassDest, $productClassOrig) { |
759 | 764 | $productClassDest->setDeliveryDate($productClassOrig->getDeliveryDate()); |
@@ -292,6 +292,10 @@ discard block |
||
292 | 292 | ob_flush(); |
293 | 293 | flush(); |
294 | 294 | } |
295 | + |
|
296 | + /** |
|
297 | + * @param InstallApplication $app |
|
298 | + */ |
|
295 | 299 | private function checkModules($app) |
296 | 300 | { |
297 | 301 | foreach ($this->required_modules as $module) { |
@@ -633,6 +637,9 @@ discard block |
||
633 | 637 | return $this; |
634 | 638 | } |
635 | 639 | |
640 | + /** |
|
641 | + * @param string $path |
|
642 | + */ |
|
636 | 643 | private function createPhp($path, $config) |
637 | 644 | { |
638 | 645 | $content = var_export($config, true); |