Interface IDataRenderer

Description

IDataRenderer interface.

If a control wants to be used a renderer for another data-bound control, this interface must be implemented.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: interfaces.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.1

Located in /interfaces.php (line 370)


	
			
Direct descendents
Class Description
IScaffoldEditRenderer IScaffoldEditRenderer interface.
IItemDataRenderer IItemDataRenderer interface.
Method Summary
mixed getData ()
void setData (mixed $value)
Methods
getData (line 375)
  • return: the data bound to this object
  • access: public
mixed getData ()
setData (line 380)
  • access: public
void setData (mixed $value)
  • mixed $value: the data to be bound to this object

Documentation generated on Mon, 25 Jun 2012 14:36:48 +0200 by phpDocumentor 1.4.3