PHP Class Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer

Author: Henrik Bjornskov ([email protected])
Inheritance: implements Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
Datei anzeigen Open project: Exercise/HTMLPurifierBundle Class Usage Examples

Public Methods

Method Description
__construct ( array $paths, HTMLPurifie\HTMLPurifier $htmlPurifier ) Constructor.
isOptional ( )
warmUp ( $cacheDir )

Method Details

__construct() public method

Constructor.
public __construct ( array $paths, HTMLPurifie\HTMLPurifier $htmlPurifier )
$paths array
$htmlPurifier HTMLPurifie\HTMLPurifier

isOptional() public method

See also: Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface::isOptional()
public isOptional ( )

warmUp() public method

See also: Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()
public warmUp ( $cacheDir )