Overview

Packages

  • View
    • Helper

Classes

  • Horde_View_Helper_Base
  • Horde_View_Helper_Benchmark
  • Horde_View_Helper_Benchmark_Timer
  • Horde_View_Helper_Block
  • Horde_View_Helper_Capture
  • Horde_View_Helper_Capture_Base
  • Horde_View_Helper_Capture_ContentFor
  • Horde_View_Helper_Date
  • Horde_View_Helper_Debug
  • Horde_View_Helper_Form
  • Horde_View_Helper_Form_Builder
  • Horde_View_Helper_Form_InstanceTag_Base
  • Horde_View_Helper_Form_InstanceTag_Form
  • Horde_View_Helper_FormTag
  • Horde_View_Helper_Javascript
  • Horde_View_Helper_Number
  • Horde_View_Helper_Tag
  • Horde_View_Helper_Text
  • Horde_View_Helper_Text_Cycle
  • Horde_View_Helper_Url
  • Overview
  • Package
  • Class
  • Tree

Class Horde_View_Helper_Block

View helper for displaying Horde block objects.

Horde_View_Helper_Base
Extended by Horde_View_Helper_Block
Package: View\Helper
Category: Horde
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/View/Helper/Block.php
Methods summary
public string
# blockTitle( )

Returns the title of the specified block.

Returns the title of the specified block.

Returns

string
The requested Block's title.

Throws

Horde_View_Exception
InvalidArgumentException
public string
# blockContent( )

Returns the content of the specified block.

Returns the content of the specified block.

Returns

string
The requested Block's content.

Throws

Horde_View_Exception
InvalidArgumentException
Methods inherited from Horde_View_Helper_Base
__call(), __construct(), __get(), __set()
API documentation generated by ApiGen