Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function apply(ImageInterface $image)
 {
     return $image->paste($this->image, $this->start);
 }