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