ICanBoogie/Render v0.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Render
      • EngineCollection
      • Renderer
      • TemplateResolver

Classes

  • BasicTemplateResolver
  • EngineCollection
  • EngineNotAvailable
  • EngineNotDefined
  • PHPEngine
  • Renderer
  • TemplateName

Interfaces

  • Engine
  • Exception
  • TemplateResolver

Traits

  • TemplateResolverTrait

Exceptions

  • TemplateNotFound

Functions

  • get_engines
  • get_renderer
  • get_template_resolver

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 mixed
# render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] )

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
ICanBoogie/Render v0.4.0 API documentation generated by ApiGen