PHP Класс WellCommerce\Bundle\ThemeBundle\Locator\TemplateLocator

Наследование: extends Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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