HTML_QuickForm_Renderer_ITDynamic::setElementBlock()

HTML_QuickForm_Renderer_ITDynamic::setElementBlock() – Sets the block to use for element rendering

Synopsis

require_once 'HTML/QuickForm/Renderer/ITDynamic.php';

void HTML_QuickForm_Renderer_ITDynamic::setElementBlock ( mixed $elementName , string $blockName = null )

Description

Sets the block to use for element rendering.

Parameter

mixed $elementName

element name or array ('element name' => 'block name')

string $blockName

block name if $elementName is not an array

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Constructor (Previous) Sets the name of a block to use for header rendering (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.