3.0.0
Added
Engine::addPath()
Instead of three arguments of the old addFolder() method (namespace, default folder and search array),
two arguments with a folder and optional namespace are used.
Changed
- Specifying a namespace now is not mandatory.
If it is not specified, it will be usedmain::
as default. Engine::getFolder()
renamed toEngine::getPath()
- Various code improvements
Removed
Engine::addFolder()
TemplateFunftion
class