Class Imple

Description

$Horde: whups/lib/Imple.php,v 1.1.2.1 2009/01/06 15:28:17 jan Exp $

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

See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsdl.php.

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


	
			
Direct descendents
Class Description
 class Imple_ContactAutoCompleter
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 return, based on the imple type indicated. The code is dynamically included.
  • array $params: The configuration parameter array.
handle (line 78)

TODO

void handle (TODO $args)
  • TODO $args

Redefined in descendants as:
html (line 87)

Return the rendered HTML code.

  • return: The HTML code.
string html ()

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