$paths
$paths : array
View configuration.
setPaths(array $paths) : \Charcoal\View\ViewConfig
array | $paths | The paths to search into. |
Chainable
addPath(string $path) : \Charcoal\View\ViewConfig
string | $path | A path to add to the paths list. |
If the path is not a string.
Chainable
setEngines(array $engines) : \Charcoal\View\ViewConfig
array | $engines | The various engines configuration. |
Chainable
addEngine(string $engineIdent, array $engineConfig) : \Charcoal\View\ViewConfig
string | $engineIdent | The engine identifier. |
array | $engineConfig | The engine configuration data. |
If the engine ident is not a string.
Chainable
setDefaultEngine(string $engineIdent) : \Charcoal\View\ViewConfig
string | $engineIdent | The default engine (identifier). |
If the engine ident is not a string.
Chainable