PurePhp
Interfaces, Classes, Traits and Enums
- TemplatingStrategyInterface
- Allows for swapping rendering implementations
- Binder
- Binds an object (context) to an output scope
- BindFailed
- Represents the scenario when binding a context to the templating strategy fails
- Dispatcher
- Executes an algorithm
- FileNotFound
- Represents the scenario when a file does not exist
- FileRenderingStrategy
- Triggers the output stream
- HtmlSafeContext
- Converts the string and Stringable properties and nested properties of an object to HtmlSafeString
- HtmlSafeString
- Represents a string safe for adding to HTML
- StreamContentStrategy
- Triggers the output stream
- TemplateEngine
- Provides support for pure and secure PHP templates