Yoast_Form_Element{}Yoast 1.0

Generate the HTML for a form element.

Хуков нет.

Использование

$Yoast_Form_Element = new Yoast_Form_Element();
// use class methods

Методы

  1. public get_html()

Код Yoast_Form_Element{} Yoast 22.1

interface Yoast_Form_Element {

	/**
	 * Return the HTML for the form element.
	 *
	 * @return string
	 */
	public function get_html();
}