ICanBoogie
  • Documentation
  • API Reference
  • Render v0.3.1
Namespaces
  • ICanBoogie
    • Render
      • EngineCollection
      • Renderer
      • TemplateResolver
Classes
  • BasicTemplateResolver
  • EngineCollection
  • EngineNotAvailable
  • EngineNotDefined
  • PHPEngine
  • Renderer
  • TemplateName
Interfaces
  • Engine
  • Exception
  • TemplateResolver
Exceptions
  • TemplateNotFound

Interface Engine

An interface for template engines.

Direct known implementers

ICanBoogie\Render\PHPEngine

Namespace: ICanBoogie\Render
Package: ICanBoogie\Render
Located at Engine.php

Methods summary

public render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] ) : mixed

Parameters

$template_pathname
Pathname to the template to render.
$thisArg
thisArg, if supported by the engine.
$variables
Variable to render the template with.
$options
Miscellaneous options.

Returns

mixed
Render v0.3.1 – Check on GitHub – API documentation generated by ApiGen