Solar_View_Helper_FormXhtml::formXhtml()

public string Solar_View_Helper_FormXhtml::formXhtml ( array $info )

A pseudo-element that inserts unmodified XHTML into the flow of a form.

Parameters

  • (array) $info: An array of element information.

Returns

  • (string) The element XHTML.

Description

A pseudo-element that inserts unmodified XHTML into the flow of a form.

HTML is pulled from the $info['value'] value.



Local