Interface Mage_Widget_Block_Interface

Description

Widget Block Interface

Located in /Widget/Block/Interface.php (line 34)


	
			
Method Summary
Varien_Object setData (string|array $key, [mixed $value = null])
string toHtml ()
Methods
addData (line 50)

Add data to the widget.

Retains previous data in the widget.

  • access: public
Mage_Widget_Block_Interface addData ( $arr)
  • array $arr
setData (line 63)

Overwrite data in the widget.

$key can be string or array. If $key is string, the attribute value will be overwritten by $value. If $key is an array, it will overwrite all the data in the widget.

  • access: public
Varien_Object setData (string|array $key, [mixed $value = null])
  • string|array $key
  • mixed $value
toHtml (line 41)

Produce and return widget's html output

  • access: public
string toHtml ()

Documentation generated on Fri, 11 Feb 2011 17:06:49 +0200 by phpDocumentor 1.4.3