Documentation

Templates
in package

Components_Helper_Templates:: converts templates into target files.

Copyright 2011-2020 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

writeSourceToTarget()  : void
Rewrite the template from the source to the target location.

Methods

writeSourceToTarget()

Rewrite the template from the source to the target location.

protected writeSourceToTarget(string $source, string $target[, array<string|int, mixed> $parameters = [] ]) : void
Parameters
$source : string

The source location.

$target : string

The target location.

$parameters : array<string|int, mixed> = []

The template(s) parameters.

Return values
void

Search results