ViewableObject
Less than 1 minute
ViewableObject
Base class for objects that can render themselves as strings.
class ViewableObject implements \Hazaar\View\ViewableImplementations provide object-specific rendering via {@see 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, 05 Jun 2026 06:08:15 +0000