PHP Trait Demo\Aspect\Introduce\SerializableImpl

Datei anzeigen Open project: goaop/framework

Public Methods

Method Description
serialize ( ) : string String representation of object
unserialize ( string $serialized ) : mixed Constructs the object

Method Details

serialize() public method

String representation of object
public serialize ( ) : string
return string the string representation of the object or null

unserialize() public method

Constructs the object
public unserialize ( string $serialized ) : mixed
$serialized string

The string representation of the object.

return mixed the original value unserialized.