Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DMediaRepository.php42 private const MEDIA_TYPE_ALL = 'all'; define in Fisharebest\\Webtrees\\Statistics\\Repository\\MediaRepository
78 public function totalMedia(string $type = self::MEDIA_TYPE_ALL): string
82 if ($type !== self::MEDIA_TYPE_ALL) {