Home
last modified time | relevance | path

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

/plugin/mediathumbnails/
H A Dthumb_engines.php17 protected function getSourceFilepath() { function in thumb_engine
18 return $this->thumbnail->getSourceFilepath();
32 if (filemtime($this->getSourceFilepath()) !== filemtime($this->getTargetFilepath())) {
33 touch($this->getTargetFilepath(), filemtime($this->getSourceFilepath()));
42 …rgetFilepath()) || filemtime($this->getTargetFilepath()) !== filemtime($this->getSourceFilepath());
58 $im = new imagick($this->getSourceFilepath()."[0]");
86 return getFileSuffix($this->getSourceFilepath());
91 $im = new imagick( $this->getSourceFilepath() );
121 if ($zip->open($this->getSourceFilepath()) !== true) {
H A Dthumbnail.php140 public function getSourceFilepath() { function in thumbnail