PHP Class Nette\Caching\OutputHelper

Inheritance: use trait Nette\SmartObject
Afficher le fichier Open project: nette/caching

Méthodes publiques

Свойство Type Description
$dependencies array

Méthodes publiques

Méthode Description
__construct ( Cache $cache, $key )
end ( array $dependencies = NULL ) : void Stops and saves the cache.

Method Details

__construct() public méthode

public __construct ( Cache $cache, $key )
$cache Cache

end() public méthode

Stops and saves the cache.
public end ( array $dependencies = NULL ) : void
$dependencies array
Résultat void

Property Details

$dependencies public_oe property

public array $dependencies
Résultat array