TypeInterface
This is an interface that has to be used by all Core Types.
All of them have to implement a __toString() method that is used to get a flatten string for the persistence of the object.
Table of Contents
Methods
- __toString() : string
- Core types must implement the __toString function in order to be serialized to the database;
Methods
__toString()
Core types must implement the __toString function in order to be serialized to the database;
public
__toString() : string