PHP Trait Elgg\Notifications\EventSerialization

Datei anzeigen Open project: elgg/elgg

Public Methods

Method Description
serialize ( ) : string Serializes event object for database storage
unserialize ( string $serialized ) : string Unserializes the event object stored in the database

Method Details

serialize() public method

Serializes event object for database storage
public serialize ( ) : string
return string

unserialize() public method

Unserializes the event object stored in the database
public unserialize ( string $serialized ) : string
$serialized string Serialized string
return string