System\Twig\Engine

Overview

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

Implements
  • Illuminate\Contracts\View\Engine

Protected Properties

protected TwigEnvironment $environment

protected System\Twig\Loader $loader


Public Methods

public __construct()

public __construct($environment): void

Constructor

public get()

public get($path, $vars = []): void