Omeka_Captcha

Package: Captcha

class Omeka_Captcha

Factory for creating a captcha for use when soliciting public input.

getCaptcha()

Get a captcha object implementing Zend’s captcha API.

Returns:

Zend_Captcha_Adapter|null

isConfigured()

Return whether the captcha is configured. If this returns true, getCaptcha will not return null.

Returns:

bool