Documentation

Horde_View_Helper_Capture_Base
in package

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

Tags
author

Mike Naberezny mike@maintainable.com

author

Derek DeVries derek@maintainable.com

author

Chuck Hagenbuch chuck@horde.org

license

http://www.horde.org/licenses/bsd

category

Horde

subpackage

Helper

Table of Contents

$_buffering  : bool
Are we currently buffering?
__construct()  : mixed
Starts capturing.
end()  : string
Stops capturing and returns what was captured.

Properties

$_buffering

Are we currently buffering?

protected bool $_buffering = \true

Methods

__construct()

Starts capturing.

public __construct() : mixed
Return values
mixed

end()

Stops capturing and returns what was captured.

public end() : string
Tags
throws
Horde_View_Exception
Return values
string

The captured string.

Search results