PHP 클래스 Hostnet\Bundle\WebpackBundle\CacheWarmer\WebpackCompileCacheWarmer

상속: implements Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
파일 보기 프로젝트 열기: hostnet/webpack-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( CacheGuard $guard ) Create the cache warmer.
isOptional ( )
warmUp ( $cache_dir )

메소드 상세

__construct() 공개 메소드

Create the cache warmer.
public __construct ( CacheGuard $guard )
$guard Hostnet\Component\Webpack\Asset\CacheGuard Guards the cache and is able to rebuild/update it.

isOptional() 공개 메소드

public isOptional ( )

warmUp() 공개 메소드

public warmUp ( $cache_dir )