PHP Class Components_Helper_Templates, 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.
显示文件 Open project: horde/horde

Protected Methods

Method Description
writeSourceToTarget ( string $source, string $target, array $parameters = [] ) : null Rewrite the template from the source to the target location.

Method Details

writeSourceToTarget() protected method

Rewrite the template from the source to the target location.
protected writeSourceToTarget ( string $source, string $target, array $parameters = [] ) : null
$source string The source location.
$target string The target location.
$parameters array The template(s) parameters.
return null