コード例 #1
0
 protected function createComponentProductForm()
 {
     $form = new ProductForm($this->productsModel->getCities());
     return $form;
 }