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_Capture_ContentFor

An instance of this class is returned by Horde_View_Helper_Capture::contentFor().

Horde_View_Helper_Capture_Base
Extended by Horde_View_Helper_Capture_ContentFor
Package: View\Helper
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/View/Helper/Capture/ContentFor.php
Methods summary
public
# __construct( string $name, Horde_View_Base $view )

Starts capturing content that will be stored as $view->contentForName.

Starts capturing content that will be stored as $view->contentForName.

Parameters

$name
<p>Name of the content that becomes the instance variable name. "foo" -> "$this->contentForFoo"</p>
$view
A view object.

Overrides

Horde_View_Helper_Capture_Base::__construct()
public string
# end( )

Stops capturing content and stores it in the view.

Stops capturing content and stores it in the view.

Returns

string
The captured string.

Throws

Horde_View_Exception

Overrides

Horde_View_Helper_Capture_Base::end()
API documentation generated by ApiGen