Interface jIFormDatasource

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 18)


	
			
Method Summary
array getDatas ()
string getLabel (string $key)
Methods
getDatas (line 24)

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

an associative array key => label

  • return: the data
  • access: public
array getDatas ()
getLabel (line 31)

Return the label corresponding to the given key

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

Documentation generated on Wed, 07 Sep 2011 13:47:29 +0200 by phpDocumentor 1.4.3