Example #1
0
 public function getterProducts() : Nextras\Orm\Collection\ICollection
 {
     return $this->productRepository->findBy(['this->categoryNodes->category' => $this->id]);
 }