Searched refs:totalMedia (Results 1 – 3 of 3) sorted by relevance
78 public function totalMedia(string $type = self::MEDIA_TYPE_ALL): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\MediaRepository94 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 …]
32 public function totalMedia(): string; function
636 public function totalMedia(): string function in Fisharebest\\Webtrees\\Statistics638 return $this->media_repository->totalMedia();