PHP Класс Components_Helper_Templates_Directory, 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])
Наследование: extends Components_Helper_Templates
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Constructor.
public __construct ( string $sdir, string $tdir )
$sdir string The templates source directory.
$tdir string The templates target directory.

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

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