Skip to content

SerializableTrait

Raimondas Rimkevičius edited this page Mar 9, 2020 · 2 revisions
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

Imponeer\Properties\SerializableTrait

Methods

Name Description
serialize Serialize instance to string
unserialize Used when using with unserialize function call

SerializableTrait::serialize

Description

public serialize (void)

Serialize instance to string

Parameters

This function has no parameters.

Return Values

string


SerializableTrait::unserialize

Description

public unserialize (mixed $serialized)

Used when using with unserialize function call

Parameters

  • (mixed) $serialized

Return Values

void


Clone this wiki locally