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 Wed, 22 Jul 2026 14:10:07 +0000