Ejemplo n.º 1
0
 /**
  * Counts entity albums
  *
  * @param $entityId
  * @param string $entityType
  * @return int
  */
 public function countEntityAlbums($entityId, $entityType = 'user')
 {
     return $this->photoAlbumDao->countEntityAlbums($entityId, $entityType);
 }