コード例 #1
0
ファイル: EThumbnail.php プロジェクト: Canyian/EPhpThumb
 /**
  * Renders this image.
  * @return EThumbnail
  */
 public function show()
 {
     $this->_thumbnail = $this->_thumbnail->show();
     return $this;
 }