PHP Class Horde_View_Helper_Capture_Base, horde

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

Protected Properties

Свойство Type Description
$_buffering boolean Are we currently buffering?

Méthodes publiques

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

Method Details

__construct() public méthode

Starts capturing.
public __construct ( )

end() public méthode

Stops capturing and returns what was captured.
public end ( ) : string
Résultat string The captured string.

Property Details

$_buffering protected_oe property

Are we currently buffering?
protected bool $_buffering
Résultat boolean