Overview

Namespaces

  • Charcoal
    • View
      • Mustache
      • Php
      • Twig

Classes

  • PhpEngine
  • PhpLoader
  • Overview
  • Namespace
  • Class

Class PhpEngine

Charcoal\View\AbstractEngine implements Charcoal\View\EngineInterface, Psr\Log\LoggerAwareInterface uses Psr\Log\LoggerAwareTrait (not available)
Extended by Charcoal\View\Php\PhpEngine
Namespace: Charcoal\View\Php
Located at Charcoal/View/Php/PhpEngine.php
Methods summary
public string
# type( )

Returns

string
public string
# renderTemplate( string $templateString, mixed $context )

Parameters

$templateString
The template string to render.
$context
The rendering context.

Returns

string
The rendered template string.
Methods inherited from Charcoal\View\AbstractEngine
__construct(), loadTemplate(), loader(), render()
API documentation generated by ApiGen