Namespace Latte
| Compiler | Latte compiler. |
| Engine | Templating engine Latte. |
| HtmlNode | HTML element node. |
| MacroNode | Macro element node. |
| MacroTokens | Macro tag tokenizer. |
| Object | Object is the ultimate ancestor of all instantiable classes. |
| Parser | Latte parser. |
| PhpWriter | PHP code generator helpers. |
| Token | Latte parser token. |
| ILoader | Template loader. |
| IMacro | Latte macro. |
| CompileException | The exception occured during Latte compilation. |
| RegexpException | The exception that indicates error of the last Regexp execution. |
| RuntimeException | The exception that indicates error during rendering template. |
| Latte\Loaders |
| Latte\Macros |
| Latte\Runtime |