Documentation

UserCache

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="user_cache")

Table of Contents

Properties

$client  : Client
$productActive  : int
$productNonZero  : int
$productNotActive  : int
$productTotal  : int
$qualityCheck  : int
$qualityCheckError  : int

Methods

getClient()  : Client
Get $owner
getProductActive()  : int
Get the value of productActive
getProductNonZero()  : int
Get the value of productError
getProductNotActive()  : int
Get the value of productNotActive
getProductTotal()  : int
Get the value of productTotal
getQualityCheck()  : int
Get the value of qualityCheck
getQualityCheckError()  : int
Get the value of qualityCheckError

Properties

$client

private Client $client
Tags
ORM\Id

()

ORM\OneToOne

(targetEntity="Client", inversedBy="userCache")

ORM\JoinColumn

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

$productActive

private int $productActive
Tags
ORM\Column

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

$productNonZero

private int $productNonZero
Tags
ORM\Column

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

$productNotActive

private int $productNotActive
Tags
ORM\Column

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

$productTotal

private int $productTotal
Tags
ORM\Column

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

$qualityCheck

private int $qualityCheck
Tags
ORM\Column

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

$qualityCheckError

private int $qualityCheckError
Tags
ORM\Column

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

Methods

getProductActive()

Get the value of productActive

public getProductActive() : int
Return values
int

getProductNonZero()

Get the value of productError

public getProductNonZero() : int
Return values
int

getProductNotActive()

Get the value of productNotActive

public getProductNotActive() : int
Return values
int

getProductTotal()

Get the value of productTotal

public getProductTotal() : int
Return values
int

getQualityCheck()

Get the value of qualityCheck

public getQualityCheck() : int
Return values
int

getQualityCheckError()

Get the value of qualityCheckError

public getQualityCheckError() : int
Return values
int

        
On this page

Search results