ViewableObject
Less than 1 minute
ViewableObject
Abstract class for objects that can be written to a string
Classes the extend this abstract class must implement a render() method which will be called when the object is attempting to be written as a string. These objects MUST return a string from this method that is a string representation of the object.
Methods
__tostring
public __tostring(): void
Generated by Hazaar API Doc Generator