Abstract Class Horde_View_Helper

Description

Abstract class for Horde_View_Helper objects.

  • abstract:

Located in /View/lib/Horde/View/Helper.php (line 13)


	
			
Direct descendents
Class Description
 class Horde_View_Helper_Block View helper for displaying Horde_Block objects
 class Horde_View_Helper_Url View helper for URLs
Variable Summary
Method Summary
 Horde_View_Helper __construct (Horde_View $view)
 string __call (string $method, array $args)
Variables
Horde_View $_view (line 20)

The parent view invoking the helper

  • access: protected
Methods
Constructor __construct (line 27)

Create a helper for $view

  • access: public
Horde_View_Helper __construct (Horde_View $view)
__call (line 41)

Call chaining so other helpers can be called transparently.

  • return: The result of the helper method.
  • access: public
string __call (string $method, array $args)
  • string $method: The helper method.
  • array $args: The parameters for the helper.

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