schranz-templating / templating

A template abstraction prototype for php template engines.
MIT License
23 stars 0 forks source link

All: Name the templating loader service loader not filesystem_loader #51

Open alexander-schranz opened 1 year ago

alexander-schranz commented 1 year ago

The loader of a template engine like latte, mustache, ... is called filesystem_loader. The injected service should just be loader maybe somebody want to replace it so it should just be e.g.: latte.loader it can also just be an alias.

Other engines should also be checked.