LotgdFilesystemLoader extends FilesystemLoader implements LoaderInterface, SourceContextLoaderInterface
Interfaces, Classes and Traits
- LoaderInterface
- SourceContextLoaderInterface
Table of Contents
- $themeNamespace : mixed
- $decoratedLoader : mixed
- __construct() : mixed
- setThemeNamespace() : mixed
- Set namespace of active theme.
- findTemplate() : string|null
- {@inheritdoc}
Properties
$themeNamespace
protected
mixed
$themeNamespace
$decoratedLoader
private
mixed
$decoratedLoader
Methods
__construct()
public
__construct(FilesystemLoader $decoratedLoader) : mixed
Parameters
- $decoratedLoader : FilesystemLoader
Return values
mixed —setThemeNamespace()
Set namespace of active theme.
public
setThemeNamespace(string $namespace) : mixed
Parameters
- $namespace : string
Return values
mixed —findTemplate()
{@inheritdoc}
protected
findTemplate(mixed $template[, mixed $throw = true ]) : string|null
Parameters
- $template : mixed
- $throw : mixed = true