MetaModels\Attribute\BaseSimple::unserializeData PHP Method

unserializeData() public method

Take the raw data from the DB column and unserialize it.
public unserializeData ( string $value ) : mixed
$value string The input value.
return mixed
    public function unserializeData($value)
    {
        return $value;
    }