* Slim View * * The View is responsible for rendering and/or displaying a template. * It is recommended that you subclass View and re-implement the * `View::render` method to use a custom templating engine such as * Smarty, Twig, Mustache, etc. It is important that `View::render` * `return` the final template output. Do not `echo` the output. * * @package Slim * @author Josh Lockhart <in
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected