Logidav Docs

AbandonedCart
in package

AbandonedCart

Tags
ORM\Table

(name="mz_abandoned_cart")

ORM\Entity

(repositoryClass="AppBundle\Repository\AbandonedCartRepository")

Table of Contents

Properties

$calledAt  : DateTime
$calledOrder  : string
$calledStatus  : string
$calledStatusReason  : string
$cartInfo  : text
$createdAt  : DateTime
$currencyCode  : string
$customerEmail  : string
$customerId  : int
$customerName  : string
$discount  : string
$discountWithPercent  : string
$grandTotal  : string
$id  : int
$isCalled  : bool
$isDeleted  : bool
$listProducts  : mixed
$noPayment  : bool
$paymentMethod  : string
$phone  : string
$products  : string
$recallAt  : DateTime
$saleIdAfter  : string
$sendSms  : string
$shipping  : string
$status  : string
$storeId  : int
$user  : mixed
$zipCode  : string

Methods

__construct()  : mixed
Constructor
addListProduct()  : AbandonedCart
Add listProduct
getCalledAt()  : DateTime
Get calledAt
getCalledOrder()  : string
Get calledOrder
getCalledStatus()  : string
Get calledStatus
getCalledStatusLabel()  : array<string|int, mixed>|mixed|string
Get Call State
getCalledStatusReason()  : string
Get calledStatusReason
getCalledStatusReasonLabel()  : array<string|int, mixed>|mixed|string
Get Called State
getCartInfo()  : string
Get cartInfo
getCartLabel()  : array<string|int, mixed>|mixed|string
Get cart label
getCreatedAt()  : DateTime
Get createdAt
getCurrencyCode()  : string
Get currencyCode
getCustomerEmail()  : string
Get customerEmail
getCustomerId()  : int
Get customerId
getCustomerName()  : string
Get customerName
getDiscount()  : string
Get discount
getDiscountWithPercent()  : string
getGrandTotal()  : string
Get grandTotal
getId()  : int
Get id
getIsCalled()  : bool
Get isCalled
getIsCalledLabel()  : array<string|int, mixed>|int|mixed
Get Is Called or Not Or list
getIsDeleted()  : bool
Get isDeleted
getListProducts()  : Collection
Get listProducts
getNoPayment()  : bool
Get noPayment
getPaymentMethod()  : string
getPhone()  : string
Get phone
getProducts()  : string
Get products
getRecallAt()  : DateTime
Get recallAt
getSaleIdAfter()  : int
Get saleIdAfter
getSendSms()  : string
Get sendSms
getShipping()  : string
Get shipping
getStatus()  : string
Get status
getStoreId()  : int
Get storeId
getUser()  : User
Get user
getZipCode()  : string
Get zipCode
removeListProduct()  : mixed
Remove listProduct
setCalledAt()  : AbandonedCart
Set calledAt
setCalledOrder()  : AbandonedCart
Set calledOrder
setCalledStatus()  : AbandonedCart
Set calledStatus
setCalledStatusReason()  : AbandonedCart
Set calledStatusReason
setCartInfo()  : AbandonedCart
Set cartInfo
setCreatedAt()  : AbandonedCart
Set createdAt
setCurrencyCode()  : AbandonedCart
Set currencyCode
setCustomerEmail()  : AbandonedCart
Set customerEmail
setCustomerId()  : AbandonedCart
Set customerId
setCustomerName()  : AbandonedCart
Set customerName
setDiscount()  : AbandonedCart
Set discount
setDiscountWithPercent()  : mixed
setGrandTotal()  : AbandonedCart
Set grandTotal
setId()  : Sale
Set id
setIsCalled()  : AbandonedCart
Set isCalled
setIsDeleted()  : AbandonedCart
Set isDeleted
setNoPayment()  : AbandonedCart
Set noPayment
setPaymentMethod()  : mixed
setPhone()  : AbandonedCart
Set phone
setProducts()  : AbandonedCart
Set products
setRecallAt()  : AbandonedCart
Set recallAt
setSaleIdAfter()  : Sale
Set saleIdAfter
setSendSms()  : AbandonedCart
Set sendSms
setShipping()  : AbandonedCart
Set shipping
setStatus()  : AbandonedCart
Set status
setStoreId()  : AbandonedCart
Set storeId
setUser()  : AbandonedCart
Set user
setZipCode()  : AbandonedCart
Set zipCode

Properties

$calledAt

private DateTime $calledAt
Tags
ORM\Column

(name="called_at", type="datetime", nullable=true)

$calledOrder

private string $calledOrder
Tags
ORM\Column

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

$calledStatus

private string $calledStatus
Tags
ORM\Column

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

$calledStatusReason

private string $calledStatusReason
Tags
ORM\Column

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

$cartInfo

private text $cartInfo
Tags
ORM\Column

(name="cart_info", type="text")

$createdAt

private DateTime $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

$currencyCode

private string $currencyCode
Tags
ORM\Column

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

$customerEmail

private string $customerEmail
Tags
ORM\Column

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

$customerId

private int $customerId
Tags
ORM\Column

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

$customerName

private string $customerName
Tags
ORM\Column

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

$discount

private string $discount
Tags
ORM\Column

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

$discountWithPercent

private string $discountWithPercent
Tags
ORM\Column

(name="discount_with_percent", type="string", nullable=true)

$grandTotal

private string $grandTotal
Tags
ORM\Column

(name="grand_total", type="decimal", precision=12, scale=4)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$isCalled

private bool $isCalled
Tags
ORM\Column

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

$isDeleted

private bool $isDeleted
Tags
ORM\Column

(name="is_deleted", type="boolean", nullable=true, options={"default":false})

$listProducts

private mixed $listProducts
Tags
ORM\ManyToMany

(targetEntity="Product", cascade={"persist"})

$noPayment

private bool $noPayment
Tags
ORM\Column

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

$paymentMethod

private string $paymentMethod
Tags
ORM\Column

(name="payment_method", type="string", nullable=true)

$phone

private string $phone
Tags
ORM\Column

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

$products

private string $products
Tags
ORM\Column

(name="products", type="text")

$recallAt

private DateTime $recallAt
Tags
ORM\Column

(name="recall_at", type="datetime", nullable=true)

$saleIdAfter

private string $saleIdAfter
Tags
ORM\Column

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

$sendSms

private string $sendSms
Tags
ORM\Column

(name="send_sms", type="text", nullable=true)

$shipping

private string $shipping
Tags
ORM\Column

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

$status

private string $status
Tags
ORM\Column

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

$storeId

private int $storeId
Tags
ORM\Column

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

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

$zipCode

private string $zipCode
Tags
ORM\Column

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

Methods

getCalledAt()

Get calledAt

public getCalledAt() : DateTime
Return values
DateTime

getCalledOrder()

Get calledOrder

public getCalledOrder() : string
Return values
string

getCalledStatus()

Get calledStatus

public getCalledStatus() : string
Return values
string

getCalledStatusLabel()

Get Call State

public getCalledStatusLabel([bool $val = false ]) : array<string|int, mixed>|mixed|string
Parameters
$val : bool = false
Return values
array<string|int, mixed>|mixed|string

getCalledStatusReason()

Get calledStatusReason

public getCalledStatusReason() : string
Return values
string

getCalledStatusReasonLabel()

Get Called State

public getCalledStatusReasonLabel([bool $val = false ]) : array<string|int, mixed>|mixed|string
Parameters
$val : bool = false
Return values
array<string|int, mixed>|mixed|string

getCartInfo()

Get cartInfo

public getCartInfo() : string
Return values
string

getCartLabel()

Get cart label

public static getCartLabel([null $source = null ]) : array<string|int, mixed>|mixed|string
Parameters
$source : null = null
Return values
array<string|int, mixed>|mixed|string

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getCurrencyCode()

Get currencyCode

public getCurrencyCode() : string
Return values
string

getCustomerEmail()

Get customerEmail

public getCustomerEmail() : string
Return values
string

getCustomerId()

Get customerId

public getCustomerId() : int
Return values
int

getCustomerName()

Get customerName

public getCustomerName() : string
Return values
string

getDiscount()

Get discount

public getDiscount() : string
Return values
string

getDiscountWithPercent()

public getDiscountWithPercent() : string
Return values
string

getGrandTotal()

Get grandTotal

public getGrandTotal() : string
Return values
string

getIsCalled()

Get isCalled

public getIsCalled() : bool
Return values
bool

getIsCalledLabel()

Get Is Called or Not Or list

public getIsCalledLabel([bool $val = false ]) : array<string|int, mixed>|int|mixed
Parameters
$val : bool = false
Return values
array<string|int, mixed>|int|mixed

getIsDeleted()

Get isDeleted

public getIsDeleted() : bool
Return values
bool

getListProducts()

Get listProducts

public getListProducts() : Collection
Return values
Collection

getNoPayment()

Get noPayment

public getNoPayment() : bool
Return values
bool

getPaymentMethod()

public getPaymentMethod() : string
Return values
string

getPhone()

Get phone

public getPhone() : string
Return values
string

getProducts()

Get products

public getProducts() : string
Return values
string

getRecallAt()

Get recallAt

public getRecallAt() : DateTime
Return values
DateTime

getSaleIdAfter()

Get saleIdAfter

public getSaleIdAfter() : int
Return values
int

getSendSms()

Get sendSms

public getSendSms() : string
Return values
string

getShipping()

Get shipping

public getShipping() : string
Return values
string

getStatus()

Get status

public getStatus() : string
Return values
string

getStoreId()

Get storeId

public getStoreId() : int
Return values
int

getZipCode()

Get zipCode

public getZipCode() : string
Return values
string

setDiscountWithPercent()

public setDiscountWithPercent(string $discountWithPercent) : mixed
Parameters
$discountWithPercent : string

setPaymentMethod()

public setPaymentMethod(string $paymentMethod) : mixed
Parameters
$paymentMethod : string

setSaleIdAfter()

Set saleIdAfter

public setSaleIdAfter(int $saleIdAfter) : Sale
Parameters
$saleIdAfter : int
Return values
Sale

        
On this page

Search results