Logidav Docs

Wishlist
in package

Wishlist

Tags
ORM\Table

(name="mz_wishlist")

ORM\Entity

(repositoryClass="AppBundle\Repository\WishlistRepository")

Table of Contents

Properties

$customerEmail  : string
$customerFirstname  : string
$customerId  : int
$customerLastname  : string
$id  : int
$product  : mixed
$status  : string

Methods

getCustomerEmail()  : string
getCustomerFirstname()  : string
getCustomerId()  : int
getCustomerLastname()  : string
getId()  : int
getProduct()  : mixed
getStatus()  : string
setCustomerEmail()  : mixed
setCustomerFirstname()  : mixed
setCustomerId()  : mixed
setCustomerLastname()  : mixed
setId()  : mixed
setProduct()  : mixed
setStatus()  : mixed

Properties

$customerEmail

private string $customerEmail
Tags
ORM\Column

(name="customer_email", type="string", length=255)

$customerFirstname

private string $customerFirstname
Tags
ORM\Column

(name="customer_firstname", type="string", length=255, nullable=true)

$customerId

private int $customerId
Tags
ORM\Column

(name="customer_id", type="integer", nullable=true)

$customerLastname

private string $customerLastname
Tags
ORM\Column

(name="customer_lastname", type="string", length=255, nullable=true)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="Product")

$status

private string $status
Tags
ORM\Column

(name="status", type="string", length=255)

Methods

getCustomerEmail()

public getCustomerEmail() : string
Return values
string

getCustomerFirstname()

public getCustomerFirstname() : string
Return values
string

getCustomerId()

public getCustomerId() : int
Return values
int

getCustomerLastname()

public getCustomerLastname() : string
Return values
string

getId()

public getId() : int
Return values
int

getProduct()

public getProduct() : mixed

getStatus()

public getStatus() : string
Return values
string

setCustomerEmail()

public setCustomerEmail(string $customerEmail) : mixed
Parameters
$customerEmail : string

setCustomerFirstname()

public setCustomerFirstname(string $customerFirstname) : mixed
Parameters
$customerFirstname : string

setCustomerId()

public setCustomerId(int $customerId) : mixed
Parameters
$customerId : int

setCustomerLastname()

public setCustomerLastname(string $customerLastname) : mixed
Parameters
$customerLastname : string

setId()

public setId(int $id) : mixed
Parameters
$id : int

setProduct()

public setProduct(mixed $product) : mixed
Parameters
$product : mixed

setStatus()

public setStatus(string $status) : mixed
Parameters
$status : string

        
On this page

Search results