Ejemplo n.º 1
0
 /**
  * 
  * @param array $entityTypes
  * @return int
  */
 public function findCountForEntityTypeList($entityTypes, $ownerId = null)
 {
     return $this->entityDao->findCountForEntityTypeList($entityTypes, $ownerId);
 }