Home
last modified time | relevance | path

Searched refs:totalMedia (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DMediaRepository.php78 public function totalMedia(string $type = self::MEDIA_TYPE_ALL): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\MediaRepository
94 return $this->totalMedia(self::MEDIA_TYPE_AUDIO);
102 return $this->totalMedia(self::MEDIA_TYPE_BOOK);
110 return $this->totalMedia(self::MEDIA_TYPE_CARD);
118 return $this->totalMedia(self::MEDIA_TYPE_CERTIFICATE);
126 return $this->totalMedia(self::MEDIA_TYPE_COAT);
134 return $this->totalMedia(self::MEDIA_TYPE_DOCUMENT);
142 return $this->totalMedia(self::MEDIA_TYPE_ELECTRONIC);
150 return $this->totalMedia(self::MEDIA_TYPE_FICHE);
158 return $this->totalMedia(self::MEDIA_TYPE_FILM);
[all …]
/webtrees/app/Statistics/Repository/Interfaces/
H A DMediaRepositoryInterface.php32 public function totalMedia(): string; function
/webtrees/app/
H A DStatistics.php636 public function totalMedia(): string function in Fisharebest\\Webtrees\\Statistics
638 return $this->media_repository->totalMedia();