179. Class

179.1. Zend\Form\View\Helper\Captcha\AbstractWord

179.1.1. Methods

179.1.1.1. setCaptchaPosition

setCaptchaPosition()

Set value for captchaPosition

Parameters:mixed
Throws ExceptionInvalidArgumentException:
 
Return type:self

179.1.1.2. getCaptchaPosition

getCaptchaPosition()

Get position of captcha

Return type:string

179.1.1.3. setSeparator

setSeparator()

Set separator string for captcha and inputs

Parameters:string
Return type:AbstractWord

179.1.1.4. getSeparator

getSeparator()

Get separator for captcha and inputs

Return type:string

179.1.1.5. renderCaptchaInputs

renderCaptchaInputs()

Render captcha form elements for the given element

Creates and returns: - Hidden input with captcha identifier (name[id]) - Text input for entering captcha value (name[input])

More specific renderers will consume this and render it.

Parameters:ElementInterface
Throws ExceptionDomainException:
 
Return type:string

179.1.1.6. __invoke

__invoke()

Invoke helper as functor

Proxies to {@link render()}.

Parameters:ElementInterface
Return type:string

179.1.1.7. renderCaptchaHidden

renderCaptchaHidden()

Render the hidden input with the captcha identifier

Parameters:
  • CaptchaAdapter
  • array
Return type:

string

179.1.1.8. renderCaptchaInput

renderCaptchaInput()

Render the input for capturing the captcha value from the client

Parameters:
  • CaptchaAdapter
  • array
Return type:

string

179.1.2. Constants

179.1.2.1. CAPTCHA_APPEND

179.1.2.2. CAPTCHA_PREPEND