Ejemplo n.º 1
0
 /**
  * Send error image to output
  *
  * @param int $width
  * @param int $height
  */
 public function sendErrorImage($width, $height)
 {
     if ($this->showErrorImage) {
         Image::errorImage($width, $height);
     }
 }