Ejemplo n.º 1
0
 function setOutputType($type)
 {
     if ($type) {
         if (!self::supportSaveType($type)) {
             throw new lmbImageTypeNotSupportedException($type);
         }
     }
     parent::setOutputType($type);
 }