PHP Класс Symfony\Bundle\FrameworkBundle\Templating\TemplateReference

Автор: Victor Berchet ([email protected])
Наследование: extends Symfony\Component\Templating\TemplateReference
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $bundle = null, $controller = null, $name = null, $format = null, $engine = null )
getLogicalName ( )
getPath ( ) : string Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle

Описание методов

__construct() публичный Метод

public __construct ( $bundle = null, $controller = null, $name = null, $format = null, $engine = null )

getLogicalName() публичный Метод

public getLogicalName ( )

getPath() публичный Метод

Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle
public getPath ( ) : string
Результат string A path to the template or a resource