コード例 #1
0
ファイル: Hotspotimage.php プロジェクト: ptaferner/pimcore
 /**
  * @return string
  */
 public function __toString()
 {
     if ($this->image) {
         return $this->image->__toString();
     }
     return "";
 }