Documentation

CheckoutCountry
in package

Class CheckoutCountry

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="checkout_country")

Table of Contents

Properties

$country  : Country
$fsrep  : bool

Methods

getCountry()  : Country
Get the value of country
getFsrep()  : bool
Get the value of fsrep

Properties

$country

private Country $country
Tags
ORM\Id

()

ORM\OneToOne

(targetEntity="Country")

ORM\JoinColumn

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

$fsrep

private bool $fsrep
Tags
ORM\Column

(name="fsrep", type="boolean")

Methods

getFsrep()

Get the value of fsrep

public getFsrep() : bool
Return values
bool

        
On this page

Search results