コード例 #1
0
 /**
  * @author Franlin Rivero Garcia <*****@*****.**>
  * @param array $include
  * @param type $order
  * @return QueryBuilder
  */
 public function getQB2($include, $select = false)
 {
     $em = $this->getEntityManager();
     $class = $this->getEntityName();
     return UtilRepository2::getQB2($em, $class, $include, $select);
 }