PHP Класс Components_Helper_Template, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_source string Source template.
$_target string Target file.

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

Метод Описание
__construct ( string $source, string $target ) Constructor.
write ( array $parameters = [] ) : null Rewrite the template from the source to the target location.

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

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

Constructor.
public __construct ( string $source, string $target )
$source string The source location.
$target string The target location.

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

Rewrite the template from the source to the target location.
public write ( array $parameters = [] ) : null
$parameters array The template parameters.
Результат null

Описание свойств

$_source защищенное свойство

Source template.
protected string $_source
Результат string

$_target защищенное свойство

Target file.
protected string $_target
Результат string