Documentation

OssRegistrationCountryGroup
in package

Class OssRegistrationCountryGroup

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\OssRegistrationCountryGroupRepository")

ORM\Table

(name="oss_registration_country_group")

Table of Contents

Properties

$addon  : CheckoutAddon
$country  : Country|null
$id  : int|null

Methods

getAddon()  : CheckoutAddon
getCountry()  : Country|null
getCountryId()  : mixed
getId()  : int|null
setAddon()  : void
setCountry()  : void
setId()  : void

Properties

$country

private Country|null $country
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="country_id", referencedColumnName="id", nullable=true)

Methods


        
On this page

Search results