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 Tue, 21 Apr 2026 04:00:25 +0000