OpenGraph\Opengraph::unserialize PHP Method

unserialize() public method

Constructs the object form string
public unserialize ( string $data ) : void
$data string The string representation of the object.
return void
    public function unserialize($data)
    {
        static::$storage = unserialize($data);
    }