private function acceptSuffix(string $filename) : bool { return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX); }