Ejemplo n.º 1
0
 public function findEntityListByTypes(array $entityTypes, array $limit = null, $ownerId = null)
 {
     return $this->entityDao->findByEntityTypeList($entityTypes, $limit, $ownerId);
 }