Documentation

Engine
in package
implements Engine

View engine used by the system, used for converting .htm files to twig.

Tags
author

Alexey Bobkov, Samuel Georges

Interfaces, Classes and Traits

Engine

Table of Contents

$environment  : Environment
__construct()  : mixed
Constructor
get()  : string
Get the evaluated contents of the view.

Properties

Methods

get()

Get the evaluated contents of the view.

public get(mixed $path[, array<string|int, mixed> $vars = [] ]) : string
Parameters
$path : mixed
$vars : array<string|int, mixed> = []
Return values
string

Search results