コード例 #1
0
 /**
  * @author Franlin Rivero Grcia <*****@*****.**> 
  * @param string $id
  * @param ResultType $resulType
  * @return array
  */
 public function getDetalles($id, $resultType = ResultType::SingleObjectType)
 {
     $em = $this->getEntityManager();
     $class = $this->getEntityName();
     return UtilRepository2::getDetalles($em, $class, $id, $resultType);
 }