TYPO3  7.6
Public Member Functions | List of all members
TypeInterface Interface Reference
Inheritance diagram for TypeInterface:
Enumeration FileInfo InformationStatus TableColumnSubType TableColumnType DuplicationBehavior JsConfirmation Permission IconState VersionState LikeWildcard ImageInfo

Public Member Functions

 __toString ()
 

Detailed Description

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.

Definition at line 22 of file TypeInterface.php.

Member Function Documentation

__toString ( )

Core types must implement the __toString function in order to be serialized to the database;

Returns
string

Implemented in Enumeration.