コード例 #1
0
ファイル: Show.php プロジェクト: anillaogi016/zend-admin
 /**
  * {@inheritdoc}
  */
 public function apply(ImageInterface $image)
 {
     return $image->show($this->format, $this->options);
 }