grids = $grids; } /** * Refresh grids list * * @param int $orderId * @return $this */ public function refreshByOrderId($orderId) { foreach ($this->grids as $grid) { $grid->refresh($orderId, $grid->getOrderIdField()); } return $this; } }