Method | Description | |
---|---|---|
__construct ( string $sdir, string $tdir ) | Constructor. | |
write ( array $parameters = [] ) : null | Rewrite the template(s) from the source(s) to the target location(s). |
public __construct ( string $sdir, string $tdir ) | ||
$sdir | string | The templates source directory. |
$tdir | string | The templates target directory. |