setTitle("Modifier un produit tournant") ; $this->addBreadcrumb(['label' => "Produits tournants", 'url' => ['index']]) ; $this->addBreadcrumb(['label' => Html::encode($rotating->getName()), 'url' => ['update', 'id' => $rotating->getId()]]) ; $this->addBreadcrumb('Modifier') ; ?>
render('_form', [ 'rotating' => $rotating, 'productsArray' => $productsArray ]) ?>