Exemplo n.º 1
0
 public function getFilePath()
 {
     return $this->galleryBehavior->getFilePath($this->src);
 }
Exemplo n.º 2
0
 /**
  * @param string $version
  * @return string
  */
 public function getFilePath($version)
 {
     return $this->galleryBehavior->getFilePath($this->id, $version);
 }