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
Nette
Caching
OutputHelper
PHP Class Nette\Caching\OutputHelper
Inheritance:
use trait
Nette\SmartObject
显示文件
Open project: nette/caching
Public Properties
Property
Type
Description
$dependencies
array
Public Methods
Method
Description
__construct
(
Cache
$cache
,
$key
)
end
(
array
$dependencies
= NULL ) :
void
Stops and saves the cache.
Method Details
__construct()
public
method
public
__construct
(
Cache
$cache
,
$key
)
$cache
Cache
end()
public
method
Stops and saves the cache.
public
end
(
array
$dependencies
= NULL ) :
void
$dependencies
array
return
void
Property Details
$dependencies
public_oe property
public
array
$dependencies
return
array