ViewableObject
Less than 1 minute
ViewableObject
Base class for objects that can render themselves as strings.
class ViewableObject implements \Hazaar\View\Interface\ViewableImplements: Hazaar\View\Interface\Viewable
Implementations provide object-specific rendering via Hazaar\View\Interface\Viewable::renderObject, and this base class bridges that rendering into PHP string-cast contexts through __toString().
Methods
__toString
Cast the object to its rendered string representation.
public __toString(): voidGenerated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000