App\Models\Store\Product::typeMappings PHP Method

typeMappings() public method

public typeMappings ( )
    public function typeMappings()
    {
        if ($this->masterProduct) {
            return $this->masterProduct->typeMappings();
        } else {
            return json_decode($this->type_mappings_json, true);
        }
    }