Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Horde_View_Helper_Capture_Base
PHP Class Horde_View_Helper_Capture_Base, horde
Author:
Mike Naberezny (
[email protected]
)
Author:
Derek DeVries (
[email protected]
)
Author:
Chuck Hagenbuch (
[email protected]
)
显示文件
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