コード例 #1
0
ファイル: Image.php プロジェクト: pawansgi92/pimcore2
 public function getSrc()
 {
     if ($this->image instanceof Asset) {
         return $this->image->getFullPath();
     }
     return "";
 }