SecurImage Wrapper (very simply wrapper, does not abstract other captchas)  
 More...
Detailed Description
SecurImage Wrapper (very simply wrapper, does not abstract other captchas) 
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e 
- 
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
- Version
- $Id$ 
Definition at line 13 of file class.ilSecurImage.php.
Constructor & Destructor Documentation
      
        
          | ilSecurImage::__construct | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | ilSecurImage::check | ( |  | $a_input | ) |  | 
      
 
- Parameters
- 
  
  
- Returns
- bool 
Definition at line 74 of file class.ilSecurImage.php.
        {
                return $this->securimage->check($a_input);
        }
 
 
      
        
          | ilSecurImage::getImageHeight | ( |  | ) |  | 
      
 
 
      
        
          | ilSecurImage::getImageWidth | ( |  | ) |  | 
      
 
 
      
        
          | ilSecurImage::getSecureImageObject | ( |  | ) |  | 
      
 
 
      
        
          | ilSecurImage::setImageHeight | ( |  | $image_height | ) |  | 
      
 
- Parameters
- 
  
  
- Exceptions
- 
  
  
Definition at line 113 of file class.ilSecurImage.php.
References $image_height.
        {
                {
                        throw new InvalidArgumentException('Please provide a valid image height (numeric value > 0 and <= ' . self::MAX_CAPTCHA_IMG_HEIGHT);
                }
        }
 
 
      
        
          | ilSecurImage::setImageWidth | ( |  | $image_width | ) |  | 
      
 
- Parameters
- 
  
  
- Exceptions
- 
  
  
Definition at line 134 of file class.ilSecurImage.php.
References $image_width.
        {
                {
                        throw new InvalidArgumentException('Please provide a valid image width (numeric value > 0 and <= ' . self::MAX_CAPTCHA_IMG_WIDTH);
                }
        }
 
 
      
        
          | ilSecurImage::showImage | ( |  | ) |  | 
      
 
 
Field Documentation
  
  | 
        
          | ilSecurImage::$image_height = 0 |  | protected | 
 
 
  
  | 
        
          | ilSecurImage::$image_width = 0 |  | protected | 
 
 
  
  | 
        
          | ilSecurImage::$securimage |  | protected | 
 
 
  
  | 
        
          | ilSecurImage::$supported_audio_languages |  | staticprotected | 
 
 
      
        
          | const ilSecurImage::MAX_CAPTCHA_IMG_HEIGHT = 160 | 
      
 
 
      
        
          | const ilSecurImage::MAX_CAPTCHA_IMG_WIDTH = 430 | 
      
 
 
The documentation for this class was generated from the following file: