Class Imple

Description

$Horde: imp/lib/Imple.php,v 1.7.2.5 2009/01/06 15:24:04 jan Exp $

Copyright 2005-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.

Located in /lib/Imple.php (line 13)


	
			
Direct descendents
Class Description
 class Imple_ContactAutoCompleter $Horde: imp/lib/Imple/ContactAutoCompleter.php,v 1.24.2.8 2009/01/06 15:24:08 jan Exp $
 class Imple_SpellChecker $Horde: imp/lib/Imple/SpellChecker.php,v 1.25.2.7 2009/01/06 15:24:08 jan Exp $
Variable Summary
 array $_params
Method Summary
 Imple Imple (array $params)
 void attach ()
 mixed factory (string $imple, [array $params = array()])
 void handle (TODO $args)
 string html ()
Variables
array $_params = array() (line 20)

Parameters needed by the subclasses.

Methods
Constructor Imple (line 56)

Constructor.

Imple Imple (array $params)
  • array $params: Any parameters needed by the class.
attach (line 65)

Attach the Imple object to a javascript event.

void attach ()

Redefined in descendants as:
factory (line 33)

Attempts to return a concrete Imple instance based on $imple.

  • return: The newly created concrete Imple instance, or false on error.
mixed factory (string $imple, [array $params = array()])
  • string $imple: The type of concrete Imple subclass to return based on the imple type indicated. The code is dynamically included.
  • array $params: The configuration parameter array.
handle (line 76)

TODO

void handle (TODO $args)
  • TODO $args

Redefined in descendants as:
html (line 85)

Return the rendered HTML code.

  • return: The HTML code.
string html ()

Documentation generated on Sun, 30 Jan 2011 05:28:13 +0000 by phpDocumentor 1.4.3