PHP 클래스 Components_Helper_Template, 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 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_source string Source template.
$_target string Target file.

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $source, string $target )
$source string The source location.
$target string The target location.

write() 공개 메소드

Rewrite the template from the source to the target location.
public write ( array $parameters = [] ) : null
$parameters array The template parameters.
리턴 null

프로퍼티 상세

$_source 보호되어 있는 프로퍼티

Source template.
protected string $_source
리턴 string

$_target 보호되어 있는 프로퍼티

Target file.
protected string $_target
리턴 string