Overview

Namespaces

  • Charcoal
    • View
      • Mustache
      • Php
      • Twig

Classes

  • PhpEngine
  • PhpLoader
  • Overview
  • Namespace
  • Class

Class PhpLoader

The PHP template loader finds a mustache php template file in directories and includes it (run as PHP).

Charcoal\View\AbstractLoader implements Psr\Log\LoggerAwareInterface, Charcoal\View\LoaderInterface uses Psr\Log\LoggerAwareTrait (not available)
Extended by Charcoal\View\Php\PhpLoader implements Charcoal\View\LoaderInterface
Namespace: Charcoal\View\Php
Located at Charcoal/View/Php/PhpLoader.php
Methods summary
protected string
# filenameFromIdent( string $ident )

Convert an identifier to a file path.

Convert an identifier to a file path.

Parameters

$ident
The identifier to convert.

Returns

string
Methods inherited from Charcoal\View\AbstractLoader
__construct(), basePath(), findTemplateFile(), load(), paths()
API documentation generated by ApiGen