Documentation

Template
in package

Components_Helper_Template:: converts a template into a target file.

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

$_source  : mixed
$_target  : mixed
__construct()  : mixed
Constructor.
write()  : void
Rewrite the template from the source to the target location.

Properties

Methods

__construct()

Constructor.

public __construct(string $_source, string $_target) : mixed
Parameters
$_source : string

The source location.

$_target : string

The target location.

Return values
mixed

write()

Rewrite the template from the source to the target location.

public write([array<string|int, mixed> $parameters = [] ]) : void
Parameters
$parameters : array<string|int, mixed> = []

The template parameters.

Return values
void

Search results