loadDefinition(ProductOrderDefinition::class); } public function filterByOrder(Order $order): self { $this->andWhere(['id_order' => $order->id]); return $this; } }