PHP 클래스 WellCommerce\Bundle\ThemeBundle\Locator\TemplateLocator

상속: extends Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

공개 메소드들

메소드 설명
getLocator ( ) : Symfony\Component\Config\FileLocatorInterface
locate ( string | Symfony\Component\Templating\TemplateReferenceInterface $template, null $currentPath = null, boolean $first = true ) : string Returns a full path for a given file.

보호된 메소드들

메소드 설명
getCacheKey ( $template )

메소드 상세

getCacheKey() 보호된 메소드

protected getCacheKey ( $template )

getLocator() 공개 메소드

public getLocator ( ) : Symfony\Component\Config\FileLocatorInterface
리턴 Symfony\Component\Config\FileLocatorInterface

locate() 공개 메소드

Returns a full path for a given file.
public locate ( string | Symfony\Component\Templating\TemplateReferenceInterface $template, null $currentPath = null, boolean $first = true ) : string
$template string | Symfony\Component\Templating\TemplateReferenceInterface
$currentPath null
$first boolean
리턴 string The full path for the file