JBZoo\Data\Data::_decode PHP Method

_decode() protected method

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
return mixed
    protected function _decode($string)
    {
        return unserialize($string);
    }