Home
last modified time | relevance | path

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

/plugin/mediathumbnails/
H A Dthumb_engines.php47 public abstract function getFileSuffix(); function in thumb_engine
52 public function getFileSuffix() { function in thumb_pdf_engine
85 public function getFileSuffix() { function in thumb_img_engine
86 return getFileSuffix($this->getSourceFilepath());
114 public function getFileSuffix() { function in thumb_zip_engine
H A Dthumbnail.php11 function getFileSuffix(string $file) { function
103 $sourceFileSuffix = getFileSuffix($this->source_filepath);
146 …e($this->source_filepath) . ".thumb".$this->max_dimension.".".$this->thumb_engine->getFileSuffix();