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

getHeaderDescriptionAttribute() public method

public getHeaderDescriptionAttribute ( $value )
    public function getHeaderDescriptionAttribute($value)
    {
        if ($this->masterProduct) {
            return $this->masterProduct->header_description;
        } else {
            return $value;
        }
    }