Esempio n. 1
0
 public function getSrc()
 {
     if ($this->image instanceof Asset) {
         return $this->image->getFullPath();
     }
     return "";
 }