PHP 클래스 WellCommerce\Bundle\ThemeBundle\CacheWarmer\TemplatePathsCacheWarmer

상속: extends Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$locator WellCommerce\Bundle\ThemeBundle\Locator\TemplateLocator

공개 메소드들

메소드 설명
isOptional ( ) : boolean Checks whether this warmer is optional or not.
warmUp ( string $cacheDir ) Warms up the cache.

보호된 메소드들

메소드 설명
locateTemplate ( Symfony\Component\Config\FileLocatorInterface $locator, TemplateReference $template, array &$templates ) Locates and appends template to an array

메소드 상세

isOptional() 공개 메소드

Checks whether this warmer is optional or not.
public isOptional ( ) : boolean
리턴 boolean always true

locateTemplate() 보호된 메소드

Locates and appends template to an array
protected locateTemplate ( Symfony\Component\Config\FileLocatorInterface $locator, TemplateReference $template, array &$templates )
$locator Symfony\Component\Config\FileLocatorInterface
$template Symfony\Bundle\FrameworkBundle\Templating\TemplateReference
$templates array

warmUp() 공개 메소드

Warms up the cache.
public warmUp ( string $cacheDir )
$cacheDir string The cache directory

프로퍼티 상세

$locator 보호되어 있는 프로퍼티

protected TemplateLocator,WellCommerce\Bundle\ThemeBundle\Locator $locator
리턴 WellCommerce\Bundle\ThemeBundle\Locator\TemplateLocator