Interface jIFormsDatasource

Description

Interface for objects which provides a source of data to fill some controls in a form, like menulist, listbox etc...

Located in /forms/jFormsDatasource.class.php (line 19)


	
			
Direct descendents
Class Description
jIFormDatasource old interface which have been renamed to jIFormsDatasource.
Method Summary
array getData (jFormsBase $form)
string getLabel (string $key)
Methods
getData (line 26)

load and returns data to fill a control. The returned array should be

an associative array key => label

  • return: the data
  • access: public
array getData (jFormsBase $form)
getLabel (line 33)

Return the label corresponding to the given key

  • return: the label
  • access: public
string getLabel (string $key)
  • string $key: the key

Documentation generated on Thu, 22 Mar 2012 22:16:07 +0100 by phpDocumentor 1.4.3