JBZoo\Data\Data::_decode PHP Méthode

_decode() protected méthode

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