PHP 클래스 Components_Helper_Templates_RecursiveDirectory, 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.
상속: extends Components_Helper_Templates
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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