FossabotDataModel
interface FossabotDataModel implements ArrayAccess, JsonSerializable, Stringable, Jsonable, Arrayable (View source)
Base Fossabot custom API data model.
Methods
string
toString()
String representation of the object. For complex objects, this would normally be a JSON string.
from
Stringable
static FossabotDataModel
createFromBody(array $body)
Creates a new Fossabot data model instance from a parsed array of API data.
Details
string
__toString()
String representation of the object.
string
toString()
String representation of the object. For complex objects, this would normally be a JSON string.
string
toJson(int $options = 0)
Convert the object to its JSON representation.
toArray()
No description
static FossabotDataModel
createFromBody(array $body)
Creates a new Fossabot data model instance from a parsed array of API data.