PHP Class Horde_View_Helper_Capture_Base, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_buffering boolean Are we currently buffering?

Public Methods

Method Description
__construct ( ) Starts capturing.
end ( ) : string Stops capturing and returns what was captured.

Method Details

__construct() public method

Starts capturing.
public __construct ( )

end() public method

Stops capturing and returns what was captured.
public end ( ) : string
return string The captured string.

Property Details

$_buffering protected_oe property

Are we currently buffering?
protected bool $_buffering
return boolean