Class Imple

Description

$Horde: kronolith/lib/Imple.php,v 1.1.2.3 2009/01/06 15:24:45 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
 class Imple_Embed Ansel_XRequest_Embed:: Class for embedding a small gallery widget in external websites. Meant to be called via a single script tag, therefore this will always return nothing but valid javascript.
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:31:46 +0000 by phpDocumentor 1.4.3