PHP 클래스 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.
파일 보기 프로젝트 열기: horde/horde

보호된 메소드들

메소드 설명
writeSourceToTarget ( string $source, string $target, array $parameters = [] ) : null Rewrite the template from the source to the target location.

메소드 상세

writeSourceToTarget() 보호된 메소드

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.
리턴 null