Home
last modified time | relevance | path

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

/plugin/mediathumbnails/
H A Dthumb_engines.php54 public abstract function getFileSuffix(): string; function in thumb_engine
59 public function getFileSuffix(): string { function in thumb_pdf_engine
98 public function getFileSuffix(): string { function in thumb_img_engine
99 return getFileSuffix($this->getSourceFilepath());
127 public function getFileSuffix(): string { function in thumb_zip_engine
H A Dthumbnail.php11 function getFileSuffix(string $file) { function
111 $sourceFileSuffix = getFileSuffix($this->source_filepath);
169 …e($this->source_filepath) . ".thumb".$this->max_dimension.".".$this->thumb_engine->getFileSuffix();