com\setasign\Konquadrat\Workflow\Renderer\Smarty

SmartyRenderer

File: /Konquadrat/src/Workflow/Renderer/Smarty/SmartyRenderer.php

Class hierarchy

Implements

Summary

Properties

$smarty

$workflow


Methods

getSmarty()

public SmartyRenderer::getSmarty (
void
): \Smarty\Smarty

Get a configured smarty instance

renderFile()

public SmartyRenderer::renderFile (
string $path,
array $properties = array ( )
): string
Parameters
$path : string
 
$properties : array
 
Exceptions

Throws \Smarty\Exception

renderString()

public SmartyRenderer::renderString (
string $string,
array $properties = array ( )
): string
Parameters
$string : string
 
$properties : array
 
Exceptions

Throws \Smarty\Exception