An engine collection.
protected get_extensions( void ) : array
public __construct( array $engines = [] )
$engines
public offsetExists( $extension )
$extension
ArrayAccess::offsetExists()
public offsetGet( $extension )
ArrayAccess::offsetGet()
public offsetSet( $extension, $engine )
$engine
ArrayAccess::offsetSet()
public offsetUnset( $extension )
ArrayAccess::offsetUnset()
public getIterator( void )
IteratorAggregate::getIterator()
public resolve_engine( $pathname ) : ICanBoogie\Render\Engine|boolean
$pathname
ICanBoogie\Render\Engine
Resolves the engine to use from the specified pathname.
false
public render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] ) : string
$template_pathname
$thisArg
$variables
$options
Renders a template with the specified variables.
ICanBoogie\Render\EngineNotAvailable
public read-only $extensions : array
The extensions supported by the engines.