Horde_View_Helper_Capture_Base
in package
An instance of this class is returned by Horde_View_Helper_Capture::capture().
Tags
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
Return values
string —The captured string.