Handles rendering of the following:
getHelperPluginManager() : \Zend\View\HelperPluginManager
\Zend\View\HelperPluginManager
isApiProblem() : bool
bool
render(mixed $nameOrModel, mixed $values) : string
If the view model is a RestfulJsonRenderer, determines if it represents an ApiProblem, HalCollection, or HalResource, and, if so, creates a custom representation appropriate to the type.
If not, it passes control to the parent to render.
mixed
mixed
string
setDisplayExceptions(bool $flag) : \PhlyRestfully\View\RestfulJsonRenderer
setHelperPluginManager(\Zend\View\HelperPluginManager $helpers)
Also ensures that the 'HalLinks' helper is present.
\Zend\View\HelperPluginManager