Exemplo n.º 1
0
 public function __construct($service)
 {
     parent::__construct($service);
     $this->qb->join("p.gallery", "g");
 }
Exemplo n.º 2
0
 public function __construct($service)
 {
     parent::__construct($service);
     $this->qb->join('c.commentGroup', 'g');
 }