|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
SecurImage Wrapper (very simply wrapper, does not abstract other captchas) More...
Collaboration diagram for ilSecurImage:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getSecureImageObject () | |
| check ($a_input) | |
| showImage () | |
| setImageHeight ($image_height) | |
| getImageHeight () | |
| setImageWidth ($image_width) | |
| getImageWidth () | |
Data Fields | |
| const | MAX_CAPTCHA_IMG_WIDTH = 430 |
| const | MAX_CAPTCHA_IMG_HEIGHT = 160 |
Protected Attributes | |
| $image_width = 0 | |
| $image_height = 0 | |
| $securimage | |
Static Protected Attributes | |
| static | $supported_audio_languages |
SecurImage Wrapper (very simply wrapper, does not abstract other captchas)
Definition at line 13 of file class.ilSecurImage.php.
| ilSecurImage::__construct | ( | ) |
Constructor.
Definition at line 50 of file class.ilSecurImage.php.
References ilSecurImageUtil\includeSecurImage().
Here is the call graph for this function:| ilSecurImage::check | ( | $a_input | ) |
| $a_input |
Definition at line 74 of file class.ilSecurImage.php.
| ilSecurImage::getImageHeight | ( | ) |
Definition at line 125 of file class.ilSecurImage.php.
References $image_height.
| ilSecurImage::getImageWidth | ( | ) |
Definition at line 146 of file class.ilSecurImage.php.
References $image_width.
| ilSecurImage::getSecureImageObject | ( | ) |
Definition at line 65 of file class.ilSecurImage.php.
References $securimage.
| ilSecurImage::setImageHeight | ( | $image_height | ) |
| int | $image_height |
| InvalidArgumentException |
Definition at line 113 of file class.ilSecurImage.php.
References $image_height.
| ilSecurImage::setImageWidth | ( | $image_width | ) |
| int | $image_width |
| InvalidArgumentException |
Definition at line 134 of file class.ilSecurImage.php.
References $image_width.
| ilSecurImage::showImage | ( | ) |
Definition at line 82 of file class.ilSecurImage.php.
References ilSecurImageUtil\getDirectory().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilSecurImage.php.
Referenced by getImageHeight(), and setImageHeight().
|
protected |
Definition at line 28 of file class.ilSecurImage.php.
Referenced by getImageWidth(), and setImageWidth().
|
protected |
Definition at line 38 of file class.ilSecurImage.php.
Referenced by getSecureImageObject().
|
staticprotected |
Definition at line 43 of file class.ilSecurImage.php.
| const ilSecurImage::MAX_CAPTCHA_IMG_HEIGHT = 160 |
Definition at line 23 of file class.ilSecurImage.php.
| const ilSecurImage::MAX_CAPTCHA_IMG_WIDTH = 430 |
Definition at line 18 of file class.ilSecurImage.php.