Skip to content

3.0.0

Compare
Choose a tag to compare
@batumibiz batumibiz released this 29 Jul 19:07
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 used main:: as default.
  • Engine::getFolder() renamed to Engine::getPath()
  • Various code improvements

Removed

  • Engine::addFolder()
  • TemplateFunftion class