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

저자: Adam Piotrowski ([email protected])
상속: extends Symfony\Component\Config\FileLocator
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$themeLocator WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface

공개 메소드들

메소드 설명
__construct ( WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface $themeLocator, array $paths = [] ) FileLocator constructor.
locate ( mixed $name, string | null $dir = null, boolean $first = true ) : array | string Returns a full path for a given template

메소드 상세

__construct() 공개 메소드

FileLocator constructor.
public __construct ( WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface $themeLocator, array $paths = [] )
$themeLocator WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface
$paths array

locate() 공개 메소드

Returns a full path for a given template
public locate ( mixed $name, string | null $dir = null, boolean $first = true ) : array | string
$name mixed
$dir string | null
$first boolean
리턴 array | string

프로퍼티 상세

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

protected ThemeLocatorInterface,WellCommerce\Bundle\ThemeBundle\Locator $themeLocator
리턴 WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface